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] |
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/camera/provider/2.4/vts/functional/Android.bp b/camera/provider/2.4/vts/functional/Android.bp index 4b9d6f1..cd66f74 100644 --- a/camera/provider/2.4/vts/functional/Android.bp +++ b/camera/provider/2.4/vts/functional/Android.bp
@@ -49,5 +49,5 @@ "libhidlmemory", "libgralloctypes", ], - test_suites: ["general-tests", "vts-core"], + test_suites: ["general-tests", "vts"], }