Files
hardware_interfaces/radio/config/1.3/Android.bp
Zoey Chen f03a62f25c [ANAPIC Review] Remove config 1.3 hal
Bug: 183738012
Test: build
Change-Id: Ie0eec5576d08ddcd9a8f5ee1a1d9e2b32772653e
2021-04-13 11:53:42 +08:00

30 lines
902 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.config@1.3",
root: "android.hardware",
srcs: [
"IRadioConfig.hal",
"IRadioConfigResponse.hal",
],
interfaces: [
"android.hardware.radio.config@1.0",
"android.hardware.radio.config@1.1",
"android.hardware.radio.config@1.2",
"android.hardware.radio@1.0",
"android.hardware.radio@1.6",
"android.hidl.base@1.0",
],
gen_java: true,
system_ext_specific: true,
}