mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-03 03:14:17 +00:00
Bluetooth uses ISAP interfaces which are radio 1.0 HIDL implementation. ISAP is not migrated to AIDL and would need to be migrated only if adding any new interfaces to ISAP. Since the usage is only in 1.0 and 1.1 and 1.2 would be backward compatible, adding bluetooth apex only to radio 1.0. Bug: 206121418 Test: Compile Change-Id: I4f387fb0a36518cbef99084421a90a5d2f5c26c2
32 lines
841 B
Plaintext
32 lines
841 B
Plaintext
// This file is autogenerated by hidl-gen -Landroidbp.
|
|
|
|
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"],
|
|
}
|
|
|
|
hidl_interface {
|
|
name: "android.hardware.radio@1.0",
|
|
root: "android.hardware",
|
|
srcs: [
|
|
"types.hal",
|
|
"IRadio.hal",
|
|
"IRadioIndication.hal",
|
|
"IRadioResponse.hal",
|
|
"ISap.hal",
|
|
"ISapCallback.hal",
|
|
],
|
|
interfaces: [
|
|
"android.hidl.base@1.0",
|
|
],
|
|
apex_available: [
|
|
"//apex_available:platform",
|
|
"com.android.bluetooth",
|
|
],
|
|
gen_java: true,
|
|
}
|