summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-02-07 10:04:35 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-02-07 10:04:35 +0000
commita192ccfffff479e11a26f7abfb32b26fe29cccf6 (patch)
treef5fdd2a089e910c1b1eb8073f84daeabe4d2b965
parent484a48b70fa7331d5f1334d68ca42476429f3afb (diff)
parent195682b2cfb76cb9bc157e476d6057355b27bd05 (diff)
Merge "[vts-core] add VtsHalBluetoothV1_0TargetTest to vts-core" am: 195682b2cf
Change-Id: Ifea00c80c4085ffa50cfbc825ee3ae8a6325d926
-rw-r--r--bluetooth/1.0/vts/functional/Android.bp5
1 files changed, 4 insertions, 1 deletions
diff --git a/bluetooth/1.0/vts/functional/Android.bp b/bluetooth/1.0/vts/functional/Android.bp
index 54039e581b..cf25cc8ff9 100644
--- a/bluetooth/1.0/vts/functional/Android.bp
+++ b/bluetooth/1.0/vts/functional/Android.bp
@@ -22,5 +22,8 @@ cc_test {
"android.hardware.bluetooth@1.0",
"libbluetooth-types",
],
- test_suites: ["general-tests"],
+ test_suites: [
+ "general-tests",
+ "vts-core",
+ ],
}