summaryrefslogtreecommitdiff
path: root/transport/token/1.0/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'transport/token/1.0/Android.bp')
-rw-r--r--transport/token/1.0/Android.bp13
1 files changed, 13 insertions, 0 deletions
diff --git a/transport/token/1.0/Android.bp b/transport/token/1.0/Android.bp
index 28f16f7..8bda482 100644
--- a/transport/token/1.0/Android.bp
+++ b/transport/token/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.token@1.0",
root: "android.hidl",
@@ -13,4 +22,8 @@ hidl_interface {
"android.hidl.base@1.0",
],
gen_java: true,
+ apex_available: [
+ "//apex_available:anyapex",
+ "//apex_available:platform",
+ ],
}