commit | 3a8a650c617fb8bae8e111a49e873af87e196938 | [log] [tgz] |
---|---|---|
author | Dan Shi <dshi@google.com> | Thu Mar 26 00:06:39 2020 -0700 |
committer | Dan Shi <dshi@google.com> | Tue Apr 07 18:03:49 2020 +0000 |
tree | fce4961bb8f27f6d2f19adea6b15d762333f378f | |
parent | b26ca766458c9195500bd4e75b7d03c68313150d [diff] [blame] |
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
diff --git a/secure_element/1.0/vts/functional/Android.bp b/secure_element/1.0/vts/functional/Android.bp index 6dbd027..d428c6f 100644 --- a/secure_element/1.0/vts/functional/Android.bp +++ b/secure_element/1.0/vts/functional/Android.bp
@@ -21,5 +21,5 @@ static_libs: [ "android.hardware.secure_element@1.0", ], - test_suites: ["general-tests", "vts-core"], + test_suites: ["general-tests", "vts"], }