From d207fe5bebdba93d0d65a54dadaa45dea33b6023 Mon Sep 17 00:00:00 2001 From: Felipe Leme Date: Tue, 1 Mar 2016 16:31:58 -0800 Subject: [PATCH] Tagged app2 as a CTS test artifact. BUG: 27436960 Change-Id: I4e97b6341dae3361f4efdaec3132a7aa9a38dece --- tests/cts/hostside/app2/Android.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/cts/hostside/app2/Android.mk b/tests/cts/hostside/app2/Android.mk index e330bf7508..3b59f8f6ce 100644 --- a/tests/cts/hostside/app2/Android.mk +++ b/tests/cts/hostside/app2/Android.mk @@ -28,4 +28,7 @@ LOCAL_PACKAGE_NAME := CtsHostsideNetworkTestsApp2 LOCAL_PROGUARD_ENABLED := disabled LOCAL_DEX_PREOPT := false +# Tag this module as a cts test artifact +LOCAL_COMPATIBILITY_SUITE := cts + include $(BUILD_CTS_SUPPORT_PACKAGE)