diff options
author | Dan Shi <dshi@google.com> | 2020-03-26 00:06:39 -0700 |
---|---|---|
committer | Dan Shi <dshi@google.com> | 2020-04-07 18:03:49 +0000 |
commit | 3a8a650c617fb8bae8e111a49e873af87e196938 (patch) | |
tree | fce4961bb8f27f6d2f19adea6b15d762333f378f /input | |
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
Diffstat (limited to 'input')
-rw-r--r-- | input/classifier/1.0/vts/functional/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/input/classifier/1.0/vts/functional/Android.bp b/input/classifier/1.0/vts/functional/Android.bp index 4db1398778..4d6c9c367e 100644 --- a/input/classifier/1.0/vts/functional/Android.bp +++ b/input/classifier/1.0/vts/functional/Android.bp @@ -24,6 +24,6 @@ cc_test { ], test_suites: [ "general-tests", - "vts-core", + "vts", ], } |