unplugged-system/hardware/google/interfaces/bluetooth/ccc/aidl/Android.bp

22 lines
460 B
Plaintext
Raw Normal View History

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,
},
},
}