aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDan Shi <dshi@google.com>2020-03-27 10:23:44 -0700
committerDan Shi <dshi@google.com>2020-04-06 00:07:24 -0700
commit4e40e13dd0b1a54c9854a68d541f5713fdab2020 (patch)
tree7881d63f7a3aaed1c37590a00500f340f4ce54a0 /tools
parent49231f6614fc1b208b8f51c2b5fbc46742c7693c (diff)
downloadplatform_external_skqp-4e40e13dd0b1a54c9854a68d541f5713fdab2020.tar.gz
platform_external_skqp-4e40e13dd0b1a54c9854a68d541f5713fdab2020.tar.bz2
platform_external_skqp-4e40e13dd0b1a54c9854a68d541f5713fdab2020.zip
Remove vts10 tests from vts suite
The tests are only needed in vts10 suite, as they are part of CTS package and no longer needed in vts 11. Bug: 151896491 Test: local build Exempt-From-Owner-Approval: This CL removes vts10 tests from vts suite. It won't change test logic or behavior. Change-Id: Ic03533eb4400808606af8946276314faedd2c8db
Diffstat (limited to 'tools')
-rwxr-xr-xtools/skqp/release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/skqp/release.sh b/tools/skqp/release.sh
index f96fb9f673..d33178e14a 100755
--- a/tools/skqp/release.sh
+++ b/tools/skqp/release.sh
@@ -25,7 +25,7 @@ cat > platform_tools/android/apps/skqp/src/main/Android.mk <<- "EOM"
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := tests optional
LOCAL_MODULE_PATH := $(TARGET_OUT_DATA_APPS)
- LOCAL_COMPATIBILITY_SUITE := cts vts general-tests
+ LOCAL_COMPATIBILITY_SUITE := cts vts10 general-tests
LOCAL_JAVA_LIBRARIES := android.test.runner.stubs
LOCAL_JNI_SHARED_LIBRARIES := libskqp_app
LOCAL_MULTILIB := both