summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornelsonli <nelsonli@google.com>2018-12-17 15:13:37 +0800
committernelsonli <nelsonli@google.com>2019-01-18 15:39:50 +0800
commitec9d5d186bec7f516732f8aafd5c3c7fea3dd4e3 (patch)
tree32d3be32a8f3c2d9abf8c8479cc253ca5e9f0791
parent103cd11ce00770da1fd2e53578aa917e5389d9d8 (diff)
downloadims-ec9d5d186bec7f516732f8aafd5c3c7fea3dd4e3.tar.gz
Remove LOCAL_COMPATIBILITY_SUITE from PresencePolling
Move the default install path from $(my_prefix)OUT_DATA to $(my_prefix)OUT_TESTCASES for test modules. But some modules will build break because of this change, so we should fix them first. It will met below build break: FAILED: build/make/core/main.mk:1100: warning: build/make/target/product/mainline_system.mk produces files outside its artifact path requirement. Offending entries: testcases/PresencePolling/arm64/PresencePolling.apk This module should not define it as LOCAL_COMPATIBILITY_SUITE Bug: 117224272 Test: make PresencePolling Change-Id: Ifc2942d43816a50cc13fe9f851f30644feb96927
-rw-r--r--rcs/presencepolling/Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/rcs/presencepolling/Android.mk b/rcs/presencepolling/Android.mk
index 95025d6..1b84ba9 100644
--- a/rcs/presencepolling/Android.mk
+++ b/rcs/presencepolling/Android.mk
@@ -39,8 +39,6 @@ LOCAL_PRIVATE_PLATFORM_APIS := true
LOCAL_CERTIFICATE := platform
#LOCAL_MODULE_TAGS := optional
-LOCAL_COMPATIBILITY_SUITE := device-tests
-
LOCAL_PROGUARD_FLAG_FILES := proguard.flags
include $(BUILD_PACKAGE)