Upstream version 10.38.222.0
[platform/framework/web/crosswalk.git] / src / third_party / webrtc / voice_engine / test / android / android_test / Android.mk
1 #  Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
2 #
3 #  Use of this source code is governed by a BSD-style license
4 #  that can be found in the LICENSE file in the root of the source
5 #  tree. An additional intellectual property rights grant can be found
6 #  in the file PATENTS.  All contributing project authors may
7 #  be found in the AUTHORS file in the root of the source tree.
8
9 LOCAL_PATH:= $(call my-dir)
10
11 include $(CLEAR_VARS)
12
13 LOCAL_MODULE_TAGS := tests
14
15 LOCAL_SRC_FILES := \
16     src/org/webrtc/voiceengine/test/AndroidTest.java
17
18 LOCAL_PACKAGE_NAME := webrtc-voice-demo
19 LOCAL_CERTIFICATE := platform
20
21 LOCAL_JNI_SHARED_LIBRARIES := libwebrtc-voice-demo-jni
22
23 include $(BUILD_PACKAGE)
24
25 include $(call all-makefiles-under,$(LOCAL_PATH))