diff options
author | Dan Shi <dshi@google.com> | 2020-04-05 14:34:48 -0700 |
---|---|---|
committer | Dan Shi <dshi@google.com> | 2020-04-07 16:37:40 -0700 |
commit | aad51fa00017127a9b9c019e94add55ca49dc450 (patch) | |
tree | 7e04cc547056a97321eca64275a2a4e9919c85fc /boot | |
parent | 03a34b796494897c6a3b3a2429f9090ee58c20dc (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 'boot')
-rw-r--r-- | boot/1.0/vts/functional/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/1.0/vts/functional/Android.bp b/boot/1.0/vts/functional/Android.bp index 5244b958ca..92c818c56c 100644 --- a/boot/1.0/vts/functional/Android.bp +++ b/boot/1.0/vts/functional/Android.bp @@ -19,5 +19,5 @@ cc_test { defaults: ["VtsHalTargetTestDefaults"], srcs: ["VtsHalBootV1_0TargetTest.cpp"], static_libs: ["android.hardware.boot@1.0"], - test_suites: ["general-tests", "vts-core"], + test_suites: ["general-tests", "vts"], } |