Rename vts-core to vts

Bug: 151896491
Test: local build
Exempt-From-Owner-Approval: This CL update suite name vts-core to vts as
the suite name is updated. This CL won't change test logic or behavior.

Change-Id: I562b4dc50765e953800a814a8fd84a01c1b9352b
Merged-In: I562b4dc50765e953800a814a8fd84a01c1b9352b
This commit is contained in:
Dan Shi
2020-03-26 00:06:39 -07:00
parent 1c4905c2ee
commit ba894f81db
91 changed files with 104 additions and 104 deletions

View File

@@ -19,6 +19,6 @@ cc_test {
defaults: ["VtsHalTargetTestDefaults"],
srcs: ["VtsHalLightV2_0TargetTest.cpp"],
static_libs: ["android.hardware.light@2.0"],
test_suites: ["general-tests", "vts-core"],
test_suites: ["general-tests", "vts"],
}

View File

@@ -30,6 +30,6 @@ cc_test {
"android.hardware.light-cpp",
],
test_suites: [
"vts-core",
"vts",
],
}