summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorDan Shi <dshi@google.com>2020-04-06 16:17:54 -0700
committerDan Shi <dshi@google.com>2020-04-06 16:23:37 -0700
commita1d69738efff470f348c461a60cc8bec5d8cc4b0 (patch)
tree43c890dee985315579927c10b18e1cf48154e654 /core
parent2de79fb6fdfe421dfa6d55bed37da746e7cc6137 (diff)
Rename vts-core to vts
Bug: 151896491 Test: presubmit check Exempt-From-Owner-Approval: This CL renames suite name vts-core to vts. It won't change test logic or behavior. Change-Id: I79cddf5e4a65486b8f1286ea430360479ad2b93d
Diffstat (limited to 'core')
-rw-r--r--core/xsd/vts/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/xsd/vts/Android.bp b/core/xsd/vts/Android.bp
index a2a2168c8377..ca655f18149c 100644
--- a/core/xsd/vts/Android.bp
+++ b/core/xsd/vts/Android.bp
@@ -36,7 +36,7 @@ cc_test {
],
test_suites: [
"general-tests",
- "vts-core"
+ "vts"
],
test_config: "vts_permission_validate_test.xml",
}