summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdesprez <jdesprez@google.com>2018-03-27 19:15:45 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-03-27 19:15:45 +0000
commitdfce5a79f4381d0cc7f2d3e12cf1bd2de65a4fa2 (patch)
tree787bb9eac508ba46b677742baee4a8d12037ad52
parentbd317d6bab19904a0b92832a33fe74c3f41bf011 (diff)
parentfb9b10e3f3b3437649ae3e81a9091448973a2bc4 (diff)
downloadims-dfce5a79f4381d0cc7f2d3e12cf1bd2de65a4fa2.tar.gz
Update apct-suite presencePolling to have the base apk
am: fb9b10e3f3 Change-Id: I0aacfd6895f3c0433ddeb91d9e748b250a1aab29
-rw-r--r--rcs/presencepolling/Android.mk4
-rw-r--r--rcs/presencepolling/tests/AndroidTest.xml1
2 files changed, 4 insertions, 1 deletions
diff --git a/rcs/presencepolling/Android.mk b/rcs/presencepolling/Android.mk
index 5ff4e2a..96e2027 100644
--- a/rcs/presencepolling/Android.mk
+++ b/rcs/presencepolling/Android.mk
@@ -40,8 +40,10 @@ 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)
-include $(call all-makefiles-under,$(LOCAL_PATH)) \ No newline at end of file
+include $(call all-makefiles-under,$(LOCAL_PATH))
diff --git a/rcs/presencepolling/tests/AndroidTest.xml b/rcs/presencepolling/tests/AndroidTest.xml
index 3ae1a2b..7f6eff0 100644
--- a/rcs/presencepolling/tests/AndroidTest.xml
+++ b/rcs/presencepolling/tests/AndroidTest.xml
@@ -19,6 +19,7 @@
<option name="test-suite-tag" value="apct-instrumentation" />
<target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
<option name="cleanup-apks" value="true" />
+ <option name="test-file-name" value="PresencePolling.apk" />
<option name="test-file-name" value="PresencePollingTests.apk" />
</target_preparer>