blob: 6ec55377752aa7e825e8e16dd50e0fd51119019b [file] [log] [blame]
Grzegorz Kolodziejczykb5f2d232019-10-24 12:31:20 +02001cc_test {
2 name: "VtsHalBluetoothAudioV2_1TargetTest",
3 defaults: ["VtsHalTargetTestDefaults"],
4 srcs: ["VtsHalBluetoothAudioV2_1TargetTest.cpp"],
5 static_libs: [
6 "android.hardware.audio.common@5.0",
7 "android.hardware.bluetooth.audio@2.1",
8 "android.hardware.bluetooth.audio@2.0",
9 ],
10 shared_libs: [
11 "libfmq",
12 ],
13 test_suites: ["general-tests", "vts"],
14}