From fcced28d9317cecdf37e3a383f8b5405bf6cae2f Mon Sep 17 00:00:00 2001 From: Dan Shi Date: Thu, 7 May 2020 16:19:25 -0700 Subject: [PATCH] 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 --- sensors/1.0/vts/functional/Android.bp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sensors/1.0/vts/functional/Android.bp b/sensors/1.0/vts/functional/Android.bp index 1167fd4e0c..d1b8cc75dc 100644 --- a/sensors/1.0/vts/functional/Android.bp +++ b/sensors/1.0/vts/functional/Android.bp @@ -31,6 +31,9 @@ cc_test { "android.hardware.sensors@1.0", "VtsHalSensorsTargetTestUtils", ], - test_suites: ["general-tests", "vts-core"], + test_suites: [ + "general-tests", + "vts" + ], }