1package {
2    // See: http://go/android-license-faq
3    default_applicable_licenses: ["Android-Apache-2.0"],
4}
5
6hidl_interface {
7    name: "[email protected]",
8    root: "hardware.google",
9    system_ext_specific: true,
10    srcs: [
11        "IBluetoothSar.hal",
12    ],
13    interfaces: [
14        "[email protected]",
15        "[email protected]",
16        "[email protected]",
17    ],
18    gen_java: true,
19}
20