summaryrefslogtreecommitdiff
path: root/transport/safe_union/1.0/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'transport/safe_union/1.0/Android.bp')
-rw-r--r--transport/safe_union/1.0/Android.bp13
1 files changed, 13 insertions, 0 deletions
diff --git a/transport/safe_union/1.0/Android.bp b/transport/safe_union/1.0/Android.bp
index 2760863..cae92dd 100644
--- a/transport/safe_union/1.0/Android.bp
+++ b/transport/safe_union/1.0/Android.bp
@@ -1,5 +1,14 @@
// 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_libhidl_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["system_libhidl_license"],
+}
+
hidl_interface {
name: "android.hidl.safe_union@1.0",
root: "android.hidl",
@@ -11,4 +20,8 @@ hidl_interface {
"types.hal",
],
gen_java: true,
+ apex_available: [
+ "//apex_available:anyapex",
+ "//apex_available:platform",
+ ],
}