summaryrefslogtreecommitdiff
path: root/ir
diff options
context:
space:
mode:
authorDan Shi <dshi@google.com>2020-03-26 00:06:39 -0700
committerDan Shi <dshi@google.com>2020-04-07 15:17:02 -0700
commitba894f81db6f20b9fef104e31eb1f7dc26f68c2d (patch)
tree1a5c817e89a282e217696fdc4d62c82a4fbede73 /ir
parent1c4905c2eeded997194f9d7ce7f828502fbc99e6 (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 Merged-In: I562b4dc50765e953800a814a8fd84a01c1b9352b
Diffstat (limited to 'ir')
-rw-r--r--ir/1.0/vts/functional/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ir/1.0/vts/functional/Android.bp b/ir/1.0/vts/functional/Android.bp
index f9edebdb96..160129f8c5 100644
--- a/ir/1.0/vts/functional/Android.bp
+++ b/ir/1.0/vts/functional/Android.bp
@@ -21,5 +21,5 @@ cc_test {
static_libs: [
"android.hardware.ir@1.0",
],
- test_suites: ["general-tests", "vts-core"],
+ test_suites: ["general-tests", "vts"],
}