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 /confirmationui | |
parent | 1c4905c2eeded997194f9d7ce7f828502fbc99e6 (diff) | |
download | platform_hardware_interfaces-ba894f81db6f20b9fef104e31eb1f7dc26f68c2d.tar.gz platform_hardware_interfaces-ba894f81db6f20b9fef104e31eb1f7dc26f68c2d.tar.bz2 platform_hardware_interfaces-ba894f81db6f20b9fef104e31eb1f7dc26f68c2d.zip |
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 'confirmationui')
-rw-r--r-- | confirmationui/1.0/vts/functional/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/confirmationui/1.0/vts/functional/Android.bp b/confirmationui/1.0/vts/functional/Android.bp index c8b522c119..c73ee2826c 100644 --- a/confirmationui/1.0/vts/functional/Android.bp +++ b/confirmationui/1.0/vts/functional/Android.bp @@ -27,5 +27,5 @@ cc_test { "libcn-cbor", "android.hardware.confirmationui-support-lib", ], - test_suites: ["general-tests", "vts-core"], + test_suites: ["general-tests", "vts"], } |