summaryrefslogtreecommitdiffstats
path: root/hostsidetests/compilation/app/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'hostsidetests/compilation/app/Android.mk')
-rw-r--r--hostsidetests/compilation/app/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/hostsidetests/compilation/app/Android.mk b/hostsidetests/compilation/app/Android.mk
index 5bcf108dc2f..d2f38dbf282 100644
--- a/hostsidetests/compilation/app/Android.mk
+++ b/hostsidetests/compilation/app/Android.mk
@@ -26,6 +26,6 @@ LOCAL_SDK_VERSION := current
LOCAL_PACKAGE_NAME := CtsCompilationApp
# tag this module as a cts test artifact
-LOCAL_COMPATIBILITY_SUITE := cts
+LOCAL_COMPATIBILITY_SUITE := cts general-tests
include $(BUILD_CTS_SUPPORT_PACKAGE)