From 1897993edb18e415081c65026e7f7068b6d11084 Mon Sep 17 00:00:00 2001 From: Simran Basi Date: Wed, 15 Mar 2017 15:12:17 -0700 Subject: [PATCH] packages/apps/Settings: 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: Ie1b2c6aefbe1497a2e90077a3ed8ab75721dc87b --- tests/unit/Android.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/Android.mk b/tests/unit/Android.mk index f98fccd8c63..f9c04894497 100644 --- a/tests/unit/Android.mk +++ b/tests/unit/Android.mk @@ -18,6 +18,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := \ LOCAL_SRC_FILES := $(call all-java-files-under, src) LOCAL_PACKAGE_NAME := SettingsUnitTests +LOCAL_COMPATIBILITY_SUITE := device-tests LOCAL_INSTRUMENTATION_FOR := Settings