Grzegorz Kolodziejczyk | b5f2d23 | 2019-10-24 12:31:20 +0200 | [diff] [blame] | 1 | cc_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 | } |