From 036685442bc1604962368ea6b0bd1e239292565a Mon Sep 17 00:00:00 2001 From: nelsonli Date: Thu, 6 Feb 2020 16:20:18 +0800 Subject: [PATCH] [vts-core] add VtsHalBluetoothV1_0TargetTest to vts-core Bug: 142397658 Test: $atest VtsHalBluetoothV1_0TargetTest Change-Id: Ic9efda5d766e35f58f9067d489ca91b1c3c3634e --- bluetooth/1.0/vts/functional/Android.bp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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", + ], }