summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Shi <dshi@google.com>2017-04-04 01:30:57 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-04-04 01:30:57 +0000
commitc99398e65d299b6fd5705e2f8b5dd43e83396a7e (patch)
tree517c4ae6d0de0e79c18e8dd4162083e0226ed0ef
parentc76a993f7992b240ce7394fc824667df60e4a326 (diff)
parentf0deb9a4dd1010c4146e34166d23813f91d94d83 (diff)
downloadextras-c99398e65d299b6fd5705e2f8b5dd43e83396a7e.tar.gz
Merge "Do not build simpleperf_unit_test and simpleperf_cpu_hotplug_test for host test cases"
am: f0deb9a4dd Change-Id: I3f5a34c752e4094f27145deae243d93f210d30d3
-rw-r--r--simpleperf/Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/simpleperf/Android.mk b/simpleperf/Android.mk
index 91723212..b654cdd7 100644
--- a/simpleperf/Android.mk
+++ b/simpleperf/Android.mk
@@ -331,7 +331,6 @@ include $(BUILD_NATIVE_TEST)
# simpleperf_unit_test host
include $(CLEAR_VARS)
LOCAL_MODULE := simpleperf_unit_test
-LOCAL_COMPATIBILITY_SUITE := device-tests
LOCAL_MODULE_HOST_OS := darwin linux windows
LOCAL_CPPFLAGS := $(simpleperf_cppflags_host)
LOCAL_CPPFLAGS_darwin := $(simpleperf_cppflags_host_darwin)
@@ -369,7 +368,6 @@ include $(BUILD_NATIVE_TEST)
include $(CLEAR_VARS)
LOCAL_CLANG := true
LOCAL_MODULE := simpleperf_cpu_hotplug_test
-LOCAL_COMPATIBILITY_SUITE := device-tests
LOCAL_MODULE_HOST_OS := linux
LOCAL_CPPFLAGS := $(simpleperf_cppflags_host)
LOCAL_CPPFLAGS_linux := $(simpleperf_cppflags_host_linux)