Remove art_common from general-tests suite
The artifact is too large and it doesn't need to be in general-tests.
Bug: 169111770
Test: forrest
Change-Id: Ib6d967bd2bb684d5249218315c28612da1fd5c24
diff --git a/build/Android.gtest.mk b/build/Android.gtest.mk
index ac12c10..bad5b77 100644
--- a/build/Android.gtest.mk
+++ b/build/Android.gtest.mk
@@ -53,7 +53,7 @@
LOCAL_MODULE_TAGS := tests
LOCAL_MODULE_CLASS := NATIVE_TESTS
LOCAL_MODULE_SUFFIX := .txt
-LOCAL_COMPATIBILITY_SUITE := general-tests art-host-tests
+LOCAL_COMPATIBILITY_SUITE := art-host-tests
LOCAL_COMPATIBILITY_SUPPORT_FILES := $(ART_TESTCASES_PREBUILT_CONTENT) \
$(foreach f,$(my_files),$(call word-colon,1,$f):out/host/linux-x86/$(call word-colon,2,$f))
include $(BUILD_SYSTEM)/base_rules.mk