android13/system/tools/hidl/hidl2aidl/test/extension/1.2/Android.bp

29 lines
786 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 "system_tools_hidl_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["system_tools_hidl_license"],
}
hidl_interface {
name: "hidl2aidl.test.extension@1.2",
root: "hidl2aidl.test",
system_ext_specific: true,
srcs: [
"types.hal",
"IFoo.hal",
],
interfaces: [
"android.hidl.base@1.0",
"android.hidl.safe_union@1.0",
"hidl2aidl.test@1.0",
"hidl2aidl.test@1.1",
"hidl2aidl.test@1.2",
],
gen_java: true,
}