summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Shi <dshi@google.com>2020-03-24 13:21:52 -0700
committerDan Shi <dshi@google.com>2020-03-24 13:23:29 -0700
commitb29bef4d4b2bbb14a647149894f9572c675f2369 (patch)
tree9168aea0f1cf88550a30fa60b2536c1b812381de
parent9d7ae289b1769756044a0060f06b5264f992f4e6 (diff)
downloadreplicaisland-b29bef4d4b2bbb14a647149894f9572c675f2369.tar.gz
Add vts10 suite to existing vts tests
This is to prepare renaming vts to vts10. Bug: 151896491 Test: local build Exempt-From-Owner-Approval: This CL adds all tests in vts to a new suite vts10. vts10 will be the new name of existing vts suite. This CL won't change test logic or behavior. Change-Id: I86e84e4c7ff839197c834eac8c69f3de6e852e72
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 134b1b5..1a9b09b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -24,6 +24,7 @@ android_test_helper_app {
test_suites: [
"cts",
"vts",
+ "vts10",
],
sdk_version: "current",
}