diff options
author | Xia Wang <xiaw@google.com> | 2011-08-30 18:48:11 -0700 |
---|---|---|
committer | Xia Wang <xiaw@google.com> | 2011-08-30 20:07:59 -0700 |
commit | 1d4274eb4c5300f1794f0f3eb4bbcaae992c9611 (patch) | |
tree | df685e2bac0b32d312d5d70eb843f2da04b38114 /libs | |
parent | 8ec83219e8cbac105054fb60101e6d98a972bcc2 (diff) | |
download | frameworks_base-1d4274eb4c5300f1794f0f3eb4bbcaae992c9611.zip frameworks_base-1d4274eb4c5300f1794f0f3eb4bbcaae992c9611.tar.gz frameworks_base-1d4274eb4c5300f1794f0f3eb4bbcaae992c9611.tar.bz2 |
Integreate surfacetexture test into our continuous test framework.
Change-Id: Ic481f3a431166851947676d676749543c7afbbf7
Diffstat (limited to 'libs')
-rw-r--r-- | libs/gui/tests/Android.mk | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/libs/gui/tests/Android.mk b/libs/gui/tests/Android.mk index 0308af3..55ac133 100644 --- a/libs/gui/tests/Android.mk +++ b/libs/gui/tests/Android.mk @@ -1,4 +1,4 @@ -# Build the unit tests. +# Build the unit tests, LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) @@ -22,17 +22,15 @@ LOCAL_SHARED_LIBRARIES := \ libui \ libutils \ -LOCAL_STATIC_LIBRARIES := \ - libgtest \ - libgtest_main \ - LOCAL_C_INCLUDES := \ bionic \ bionic/libstdc++/include \ external/gtest/include \ external/stlport/stlport \ -include $(BUILD_EXECUTABLE) +# Build the binary to $(TARGET_OUT_DATA_NATIVE_TESTS)/$(LOCAL_MODULE) +# to integrate with auto-test framework. +include $(BUILD_NATIVE_TEST) # Include subdirectory makefiles # ============================================================ |