summaryrefslogtreecommitdiff
path: root/nfc
diff options
context:
space:
mode:
authorDan Shi <dshi@google.com>2020-04-05 14:34:48 -0700
committerDan Shi <dshi@google.com>2020-04-07 16:37:40 -0700
commitaad51fa00017127a9b9c019e94add55ca49dc450 (patch)
tree7e04cc547056a97321eca64275a2a4e9919c85fc /nfc
parent03a34b796494897c6a3b3a2429f9090ee58c20dc (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"],
}