diff --git a/src/video_engine/main/test/android_test/Android.mk b/src/video_engine/main/test/android_test/Android.mk deleted file mode 100644 index c69391181f..0000000000 --- a/src/video_engine/main/test/android_test/Android.mk +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. -# -# Use of this source code is governed by a BSD-style license -# that can be found in the LICENSE file in the root of the source -# tree. An additional intellectual property rights grant can be found -# in the file PATENTS. All contributing project authors may -# be found in the AUTHORS file in the root of the source tree. - -LOCAL_PATH:= $(call my-dir) - -include $(CLEAR_VARS) - -LOCAL_MODULE_TAGS := tests - -LOCAL_SRC_FILES := \ - src/org/webrtc/videoengineapp/WebRTCDemo.java \ - src/org/webrtc/videoengineapp/ViEAndroidJavaAPI.java \ - src/org/webrtc/videoengineapp/IViEAndroidCallback.java \ - src/org/webrtc/videoengine/CaptureCapabilityAndroid.java \ - src/org/webrtc/videoengine/VideoCaptureAndroid.java \ - src/org/webrtc/videoengine/VideoCaptureDeviceInfoAndroid.java \ - src/org/webrtc/videoengine/ViEAndroidGLES20.java \ - src/org/webrtc/videoengine/ViERenderer.java \ - src/org/webrtc/videoengine/ViESurfaceRenderer.java \ - src/org/webrtc/voiceengine/WebRTCAudioDevice.java - -LOCAL_PACKAGE_NAME := webrtc-video-demo -LOCAL_CERTIFICATE := platform - -LOCAL_JNI_SHARED_LIBRARIES := libwebrtc-video-demo-jni - -include $(BUILD_PACKAGE) - -include $(call all-makefiles-under,$(LOCAL_PATH)) diff --git a/src/video_engine/main/test/android_test/AndroidManifest.xml b/src/video_engine/test/android/AndroidManifest.xml similarity index 100% rename from src/video_engine/main/test/android_test/AndroidManifest.xml rename to src/video_engine/test/android/AndroidManifest.xml diff --git a/src/video_engine/main/test/android_test/build.xml b/src/video_engine/test/android/build.xml similarity index 99% rename from src/video_engine/main/test/android_test/build.xml rename to src/video_engine/test/android/build.xml index 6507169c3e..b378a7a689 100644 --- a/src/video_engine/main/test/android_test/build.xml +++ b/src/video_engine/test/android/build.xml @@ -883,7 +883,7 @@ Notice for all the files in this folder. - +