commit | fcced28d9317cecdf37e3a383f8b5405bf6cae2f | [log] [tgz] |
---|---|---|
author | Dan Shi <dshi@google.com> | Thu May 07 16:19:25 2020 -0700 |
committer | Dan Shi <dshi@google.com> | Thu May 07 16:25:29 2020 -0700 |
tree | 9c74553437722f9ace08c3ca6652ea51e82f6e55 | |
parent | 638d95b901953390e6267347423db7e20910de5b [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. Merged-In: I562b4dc50765e953800a814a8fd84a01c1b9352b Change-Id: If871035f66631869d1082a557e2639a2766cd1de
diff --git a/sensors/1.0/vts/functional/Android.bp b/sensors/1.0/vts/functional/Android.bp index 1167fd4..d1b8cc7 100644 --- a/sensors/1.0/vts/functional/Android.bp +++ b/sensors/1.0/vts/functional/Android.bp
@@ -31,6 +31,9 @@ "android.hardware.sensors@1.0", "VtsHalSensorsTargetTestUtils", ], - test_suites: ["general-tests", "vts-core"], + test_suites: [ + "general-tests", + "vts" + ], }