summaryrefslogtreecommitdiff
path: root/audio_proxy/interfaces/5.0/Android.bp
blob: ab3ca2697509da45c651ae2b76b64e6edb02d738 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// This file is autogenerated by hidl-gen -Landroidbp.

package {
    // See: http://go/android-license-faq
    // A large-scale-change added 'default_applicable_licenses' to import
    // all of the 'license_kinds' from "device_google_atv_license"
    // to get the below license kinds:
    //   legacy_notice
    default_applicable_licenses: ["device_google_atv_license"],
}

hidl_interface {
    name: "device.google.atv.audio_proxy@5.0",
    root: "device.google.atv.audio_proxy",
    system_ext_specific: true,
    srcs: [
        "IAudioProxyDevicesManager.hal",
        "IBusDevice.hal",
    ],
    interfaces: [
        "android.hardware.audio.common@5.0",
        "android.hardware.audio@5.0",
        "android.hidl.base@1.0",
        "android.hidl.safe_union@1.0",
    ],
    gen_java: false,
}