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        "IBluetoothCcc.hal",
11        "IBluetoothCccCallback.hal",
12        "types.hal",
13    ],
14    interfaces: [
15        "[email protected]",
16        "[email protected]",
17    ],
18    gen_java: true,
19}
20