summaryrefslogtreecommitdiff
path: root/simpleperf/Android.mk
diff options
context:
space:
mode:
authorDan Shi <dshi@google.com>2017-04-03 16:46:27 -0700
committerDan Shi <dshi@google.com>2017-04-03 16:46:27 -0700
commit6ac653a7f61c42c8ac744b16c359ddb7c7ddb66c (patch)
tree517c4ae6d0de0e79c18e8dd4162083e0226ed0ef /simpleperf/Android.mk
parent4f6fd052050e68259eef273ffb83c6f04782ed46 (diff)
downloadextras-6ac653a7f61c42c8ac744b16c359ddb7c7ddb66c.tar.gz
Do not build simpleperf_unit_test and simpleperf_cpu_hotplug_test for host test cases
These two tests may not support host side test yet, don't output the test binary to testcases folder for now. Test: make -j simpleperf_unit_test Bug: 36820939 Change-Id: Ibffdf6a842e1cfabe8aa38dd75a79416a8bd0b23
Diffstat (limited to 'simpleperf/Android.mk')
-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)