commit | 036685442bc1604962368ea6b0bd1e239292565a | [log] [tgz] |
---|---|---|
author | nelsonli <nelsonli@google.com> | Thu Feb 06 16:20:18 2020 +0800 |
committer | nelsonli <nelsonli@google.com> | Thu Feb 06 16:21:08 2020 +0800 |
tree | 75e25f6661a9edd884ee7bee6b45faaf4044d0c4 | |
parent | 0db1b54e9a3109c7247c95d7c2ce22948b8e8ce1 [diff] |
[vts-core] add VtsHalBluetoothV1_0TargetTest to vts-core Bug: 142397658 Test: $atest VtsHalBluetoothV1_0TargetTest Change-Id: Ic9efda5d766e35f58f9067d489ca91b1c3c3634e
diff --git a/bluetooth/1.0/vts/functional/Android.bp b/bluetooth/1.0/vts/functional/Android.bp index 54039e5..cf25cc8 100644 --- a/bluetooth/1.0/vts/functional/Android.bp +++ b/bluetooth/1.0/vts/functional/Android.bp
@@ -22,5 +22,8 @@ "android.hardware.bluetooth@1.0", "libbluetooth-types", ], - test_suites: ["general-tests"], + test_suites: [ + "general-tests", + "vts-core", + ], }