platform_hardware_interfaces/bluetooth/lmp_event/aidl/Android.bp
Umesh Vats 5e480a73d0 Bluetooth LMP Events: Interface for LMP events
Interface for monitoring bluetooth LMP events for a specific device.

Bug: 281503650
Change-Id: I1de25184a6e67c9f13c33c0d4283dc51855d5dc4
2023-12-01 13:43:21 -08:00

33 lines
892 B
Text

package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "hardware_interfaces_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["hardware_interfaces_license"],
}
aidl_interface {
name: "android.hardware.bluetooth.lmp_event",
vendor_available: true,
host_supported: true,
srcs: ["android/hardware/bluetooth/lmp_event/*.aidl"],
stability: "vintf",
backend: {
java: {
enabled: true,
platform_apis: true,
},
cpp: {
enabled: true,
},
ndk: {
enabled: true,
min_sdk_version: "33",
},
rust: {
enabled: true,
min_sdk_version: "33",
},
},
}