From 05a57d00003fcc24a04e0e412a859b7a84f72038 Mon Sep 17 00:00:00 2001 From: Simran Basi Date: Wed, 15 Mar 2017 15:13:55 -0700 Subject: packages/providers/BlockedNumberProvider: 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: Id545ab8daa084ea3c24e80ebdea9c942ee91b3b1 --- tests/Android.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Android.mk b/tests/Android.mk index 8db8e4f..e7b15fa 100644 --- a/tests/Android.mk +++ b/tests/Android.mk @@ -15,6 +15,7 @@ LOCAL_JAVA_LIBRARIES := android.test.runner LOCAL_SRC_FILES := $(call all-java-files-under, src) LOCAL_PACKAGE_NAME := BlockedNumberProviderTest +LOCAL_COMPATIBILITY_SUITE := device-tests LOCAL_INSTRUMENTATION_FOR := BlockedNumberProvider LOCAL_CERTIFICATE := shared -- cgit v1.2.3