commit | 83a02a7aaf939afb94a22a1b19c9f6f286e21b9b | [log] [tgz] |
---|---|---|
author | Dan Shi <dshi@google.com> | Mon Dec 02 11:30:08 2019 -0800 |
committer | Dan Shi <dshi@google.com> | Mon Dec 02 11:30:08 2019 -0800 |
tree | 6b380dd6d7b8bbe9c71a8cd460db64c76dc76924 | |
parent | 7663233f5cbbaafdc6de435c3705be46d74f7e49 [diff] [blame] |
Convert VtsHalBluetoothA2dpV1_0TargetTest to be parameterized test Bug: 142397658 Test: atest VtsHalBluetoothA2dpV1_0TargetTest Change-Id: Ib7ba41f4da12c60658e938fa14c53ba37c74bd1a
diff --git a/bluetooth/a2dp/1.0/vts/functional/Android.bp b/bluetooth/a2dp/1.0/vts/functional/Android.bp index e50e167..5b8410a 100644 --- a/bluetooth/a2dp/1.0/vts/functional/Android.bp +++ b/bluetooth/a2dp/1.0/vts/functional/Android.bp
@@ -23,5 +23,5 @@ "android.hardware.bluetooth.a2dp@1.0", "libbluetooth-types", ], - test_suites: ["general-tests"], + test_suites: ["general-tests", "vts-core"], }