summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-09-11 22:31:46 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-09-11 22:31:46 +0000
commit6bf7c5cfc981ce4ecbd671d73a9eab8398dc8dd4 (patch)
tree9b1d2e617ea63942592ace222bac7ae6f64c54c4 /media
parent2b16391d066d20f38f3556d65bce827a8d134e4d (diff)
parent0cb2c99f70dec2e4b93b72de9b433f2919c1540e (diff)
downloadframeworks_av-6bf7c5cfc981ce4ecbd671d73a9eab8398dc8dd4.zip
frameworks_av-6bf7c5cfc981ce4ecbd671d73a9eab8398dc8dd4.tar.gz
frameworks_av-6bf7c5cfc981ce4ecbd671d73a9eab8398dc8dd4.tar.bz2
Merge "Clean up test makefiles."
Diffstat (limited to 'media')
-rw-r--r--media/libstagefright/tests/Android.mk16
1 files changed, 2 insertions, 14 deletions
diff --git a/media/libstagefright/tests/Android.mk b/media/libstagefright/tests/Android.mk
index 903af49..724d444 100644
--- a/media/libstagefright/tests/Android.mk
+++ b/media/libstagefright/tests/Android.mk
@@ -1,8 +1,7 @@
# Build the unit tests.
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
-
-ifneq ($(TARGET_SIMULATOR),true)
+LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
LOCAL_MODULE := SurfaceMediaSource_test
@@ -22,30 +21,19 @@ LOCAL_SHARED_LIBRARIES := \
libstagefright \
libstagefright_foundation \
libstagefright_omx \
- libstlport \
libsync \
libui \
libutils \
liblog
-LOCAL_STATIC_LIBRARIES := \
- libgtest \
- libgtest_main \
-
LOCAL_C_INCLUDES := \
- bionic \
- bionic/libstdc++/include \
- external/gtest/include \
- external/stlport/stlport \
frameworks/av/media/libstagefright \
frameworks/av/media/libstagefright/include \
$(TOP)/frameworks/native/include/media/openmax \
LOCAL_32_BIT_ONLY := true
-include $(BUILD_EXECUTABLE)
-
-endif
+include $(BUILD_NATIVE_TEST)
# Include subdirectory makefiles
# ============================================================