aboutsummaryrefslogtreecommitdiff
path: root/platform_tools
diff options
context:
space:
mode:
authorDan Shi <dshi@google.com>2020-04-06 00:02:34 -0700
committerDan Shi <dshi@google.com>2020-04-06 13:46:19 -0700
commit0199706ec86114a790aeafc235fde5df88da9d62 (patch)
treefd39f6bae9886fdc9cb285bdf778c9378d58f902 /platform_tools
parentb0a41431eb4473543133fe674fe2abab9811d79e (diff)
downloadskqp-0199706ec86114a790aeafc235fde5df88da9d62.tar.gz
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 Merged-In: Ic03533eb4400808606af8946276314faedd2c8db
Diffstat (limited to 'platform_tools')
-rw-r--r--platform_tools/android/apps/skqp/src/main/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform_tools/android/apps/skqp/src/main/Android.bp b/platform_tools/android/apps/skqp/src/main/Android.bp
index 8a567e6e48..5df47bd8b5 100644
--- a/platform_tools/android/apps/skqp/src/main/Android.bp
+++ b/platform_tools/android/apps/skqp/src/main/Android.bp
@@ -8,7 +8,7 @@ android_test {
test_suites: [
"cts",
- "vts",
+ "vts10",
"general-tests",
],
libs: ["android.test.runner.stubs"],