summaryrefslogtreecommitdiffstats
blob: 8e6f32db495629aac6a6812dcbd763e350deeec8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
cc_library_shared {
    name: "android.hardware.bluetooth.a2dp@1.0-impl",
    relative_install_path: "hw",
    vendor: true,
    srcs: [
        "BluetoothAudioOffload.cpp",
    ],
    shared_libs: [
        "libhidlbase",
        "libhidltransport",
        "libutils",
        "android.hardware.bluetooth.a2dp@1.0",
    ],
}