package { | |
// See: http://go/android-license-faq | |
default_applicable_licenses: ["Android-Apache-2.0"], | |
} | |
hidl_interface { | |
name: "[email protected]", | |
root: "hardware.google", | |
srcs: [ | |
"IBluetoothCcc.hal", | |
"IBluetoothCccCallback.hal", | |
"types.hal", | |
], | |
interfaces: [ | |
"[email protected]", | |
], | |
gen_java: true, | |
} |