summaryrefslogtreecommitdiff
path: root/nfc
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 /nfc
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 'nfc')
-rw-r--r--nfc/1.0/vts/functional/Android.bp2
-rw-r--r--nfc/1.1/vts/functional/Android.bp2
-rw-r--r--nfc/1.2/vts/functional/Android.bp2
3 files changed, 3 insertions, 3 deletions
diff --git a/nfc/1.0/vts/functional/Android.bp b/nfc/1.0/vts/functional/Android.bp
index 40b82bbf98..40ba22ee2f 100644
--- a/nfc/1.0/vts/functional/Android.bp
+++ b/nfc/1.0/vts/functional/Android.bp
@@ -21,5 +21,5 @@ cc_test {
static_libs: [
"android.hardware.nfc@1.0",
],
- test_suites: ["general-tests", "vts-core"],
+ test_suites: ["general-tests", "vts"],
}
diff --git a/nfc/1.1/vts/functional/Android.bp b/nfc/1.1/vts/functional/Android.bp
index 8da0ce3a78..1c18418514 100644
--- a/nfc/1.1/vts/functional/Android.bp
+++ b/nfc/1.1/vts/functional/Android.bp
@@ -22,5 +22,5 @@ cc_test {
"android.hardware.nfc@1.0",
"android.hardware.nfc@1.1",
],
- test_suites: ["general-tests", "vts-core"],
+ test_suites: ["general-tests", "vts"],
}
diff --git a/nfc/1.2/vts/functional/Android.bp b/nfc/1.2/vts/functional/Android.bp
index 7b50a36d74..83e7a8e58e 100644
--- a/nfc/1.2/vts/functional/Android.bp
+++ b/nfc/1.2/vts/functional/Android.bp
@@ -23,5 +23,5 @@ cc_test {
"android.hardware.nfc@1.1",
"android.hardware.nfc@1.2",
],
- test_suites: ["general-tests", "vts-core"],
+ test_suites: ["general-tests", "vts"],
}