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    srcs: [
10        "IBluetoothSar.hal",
11    ],
12    interfaces: [
13        "[email protected]",
14    ],
15    gen_java: true,
16}
17