diff options
author | Dan Shi <dshi@google.com> | 2020-03-26 00:06:39 -0700 |
---|---|---|
committer | Dan Shi <dshi@google.com> | 2020-04-07 15:17:02 -0700 |
commit | ba894f81db6f20b9fef104e31eb1f7dc26f68c2d (patch) | |
tree | 1a5c817e89a282e217696fdc4d62c82a4fbede73 /configstore | |
parent | 1c4905c2eeded997194f9d7ce7f828502fbc99e6 (diff) |
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
Diffstat (limited to 'configstore')
-rw-r--r-- | configstore/1.0/vts/functional/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configstore/1.0/vts/functional/Android.bp b/configstore/1.0/vts/functional/Android.bp index 31d4b1c9d9..4e1e045dd1 100644 --- a/configstore/1.0/vts/functional/Android.bp +++ b/configstore/1.0/vts/functional/Android.bp @@ -19,6 +19,6 @@ cc_test { defaults: ["VtsHalTargetTestDefaults"], srcs: ["VtsHalConfigstoreV1_0TargetTest.cpp"], static_libs: ["android.hardware.configstore@1.0"], - test_suites: ["general-tests", "vts-core"], + test_suites: ["general-tests", "vts"], } |