22 lines
460 B
Plaintext
22 lines
460 B
Plaintext
package {
|
|
// See: http://go/android-license-faq
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
|
|
aidl_interface {
|
|
name: "hardware.google.bluetooth.ccc",
|
|
owner: "google",
|
|
vendor_available: true,
|
|
host_supported: true,
|
|
srcs: ["hardware/google/bluetooth/ccc/*.aidl"],
|
|
stability: "vintf",
|
|
backend: {
|
|
cpp: {
|
|
enabled: true,
|
|
},
|
|
java: {
|
|
platform_apis: true,
|
|
},
|
|
},
|
|
}
|