diff options
author | Simran Basi <sbasi@google.com> | 2017-03-15 14:43:58 -0700 |
---|---|---|
committer | Simran Basi <sbasi@google.com> | 2017-03-15 14:46:27 -0700 |
commit | 473a16e492f0e0b0f726d4351214783458466d2c (patch) | |
tree | b0b5a4f903cde7685aa25da4cad10ff23beb3d31 /packages/Shell/tests | |
parent | 123a34f1936983f1b59da9b5609485e1f64347ff (diff) |
frameworks/base: 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: Ifa382fe691842c1cd76897775b9e2a1653449eb5
Diffstat (limited to 'packages/Shell/tests')
-rw-r--r-- | packages/Shell/tests/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/Shell/tests/Android.mk b/packages/Shell/tests/Android.mk index acd552da6081..48b757c30cd1 100644 --- a/packages/Shell/tests/Android.mk +++ b/packages/Shell/tests/Android.mk @@ -16,6 +16,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := \ legacy-android-test \ LOCAL_PACKAGE_NAME := ShellTests +LOCAL_COMPATIBILITY_SUITE := device-tests LOCAL_INSTRUMENTATION_FOR := Shell LOCAL_CERTIFICATE := platform |