summaryrefslogtreecommitdiffstats
path: root/hostsidetests/appsecurity/test-apps/StorageStatsApp/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'hostsidetests/appsecurity/test-apps/StorageStatsApp/Android.mk')
-rw-r--r--hostsidetests/appsecurity/test-apps/StorageStatsApp/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/hostsidetests/appsecurity/test-apps/StorageStatsApp/Android.mk b/hostsidetests/appsecurity/test-apps/StorageStatsApp/Android.mk
index 8b6d6804035..92f4bbf6999 100644
--- a/hostsidetests/appsecurity/test-apps/StorageStatsApp/Android.mk
+++ b/hostsidetests/appsecurity/test-apps/StorageStatsApp/Android.mk
@@ -25,7 +25,7 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src) \
LOCAL_PACKAGE_NAME := CtsStorageStatsApp
-LOCAL_COMPATIBILITY_SUITE := cts
+LOCAL_COMPATIBILITY_SUITE := cts general-tests
LOCAL_DEX_PREOPT := false
include $(BUILD_CTS_SUPPORT_PACKAGE)