blob: 0ed5da43f2b5156ff63838d7ea27c952b2f34a99 [file] [log] [blame]
Cheney Ni56d54f12018-11-30 16:29:47 +08001cc_test {
2 name: "VtsHalBluetoothAudioV2_0TargetTest",
3 defaults: ["VtsHalTargetTestDefaults"],
4 srcs: ["VtsHalBluetoothAudioV2_0TargetTest.cpp"],
5 static_libs: [
6 "android.hardware.audio.common@5.0",
7 "android.hardware.bluetooth.audio@2.0",
8 ],
9 shared_libs: [
10 "libfmq",
11 ],
Dan Shiba894f82020-03-26 00:06:39 -070012 test_suites: ["general-tests", "vts"],
Cheney Ni56d54f12018-11-30 16:29:47 +080013}