summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimran Basi <sbasi@google.com>2017-03-15 15:16:19 -0700
committerSimran Basi <sbasi@google.com>2017-03-15 15:16:19 -0700
commit9fe7f986c0b989dfc9a6da4f33512774d21df8c1 (patch)
tree50c31529edf8a031d8dbf8fc75cd2adb7165f0fe
parentde53f470eae4c673aefd93a76a7390fa35de0641 (diff)
downloadandroid_packages_providers_DownloadProvider-9fe7f986c0b989dfc9a6da4f33512774d21df8c1.tar.gz
android_packages_providers_DownloadProvider-9fe7f986c0b989dfc9a6da4f33512774d21df8c1.tar.bz2
android_packages_providers_DownloadProvider-9fe7f986c0b989dfc9a6da4f33512774d21df8c1.zip
packages/providers/DownloadProvider: Add APCT tests to the device-tests suite.
This CL adds the APCT tests within this project to a similar suite as CTS known as device-tests. The current method of running APCT tests in the infrastructure is unaffected. Bug: 35882476 Test: `make dist device-tests -j` and local builds of continuous_instrumentation_tests & continuous_native_tests Change-Id: Ia52f36245fb9ec0bedcc71933fb2af46310fb1a9
-rw-r--r--tests/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index 6e015c0a..b654e12c 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -13,6 +13,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
mockito-target \
legacy-android-test
LOCAL_PACKAGE_NAME := DownloadProviderTests
+LOCAL_COMPATIBILITY_SUITE := device-tests
LOCAL_CERTIFICATE := media
include $(BUILD_PACKAGE)