Home | History | Annotate | Download | only in functional
      1 cc_test {
      2     name: "VtsHalBluetoothAudioV2_0TargetTest",
      3     defaults: ["VtsHalTargetTestDefaults"],
      4     srcs: ["VtsHalBluetoothAudioV2_0TargetTest.cpp"],
      5     static_libs: [
      6         "android.hardware.audio.common (a] 5.0",
      7         "android.hardware.bluetooth.audio (a] 2.0",
      8     ],
      9     shared_libs: [
     10         "libfmq",
     11     ],
     12 }
     13