summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-05-25 01:57:48 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-05-25 01:57:48 +0000
commitc409494e7626b5a9f48d54f7ee7be48b58d8015f (patch)
tree4d07e30c9b6b4b69a36edf8545427be08150760e
parent8d39fee6e39d228f680effe272651f55130f5028 (diff)
parent0a7f892afc2fc3517f79cff1099a7cbcd7a4216a (diff)
downloadsecure_element-c409494e7626b5a9f48d54f7ee7be48b58d8015f.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to hardware/nxp/secure_element am: 5a873f5b35 am: 8f928f55c8 am: 0a7f892afc
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/nxp/secure_element/+/14705374 Change-Id: I717173dcdf42489e148a7da1e003061e8feccd80
-rw-r--r--Android.bp15
-rw-r--r--intf/nxpese/1.0/Android.bp9
-rw-r--r--intf/nxpese/Android.bp9
-rwxr-xr-xpn8x/Android.bp9
-rwxr-xr-xsnxxx/Android.bp9
-rwxr-xr-xsnxxx/libese-spi/Android.bp9
6 files changed, 60 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 435a352..c94250a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -16,6 +16,21 @@
*
*******************************************************************************/
+package {
+ default_applicable_licenses: ["hardware_nxp_secure_element_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "hardware_nxp_secure_element_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ // large-scale-change unable to identify any license_text files
+}
+
subdirs = [
"snxxx","intf","pn8x",
]
diff --git a/intf/nxpese/1.0/Android.bp b/intf/nxpese/1.0/Android.bp
index 8e22179..013be4f 100644
--- a/intf/nxpese/1.0/Android.bp
+++ b/intf/nxpese/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 "hardware_nxp_secure_element_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["hardware_nxp_secure_element_license"],
+}
+
hidl_interface {
name: "vendor.nxp.nxpese@1.0",
root: "vendor.nxp.nxpese",
diff --git a/intf/nxpese/Android.bp b/intf/nxpese/Android.bp
index cdee88e..f8abae8 100644
--- a/intf/nxpese/Android.bp
+++ b/intf/nxpese/Android.bp
@@ -1,3 +1,12 @@
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "hardware_nxp_secure_element_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["hardware_nxp_secure_element_license"],
+}
+
hidl_package_root {
name: "vendor.nxp.nxpese",
}
diff --git a/pn8x/Android.bp b/pn8x/Android.bp
index 0e83bab..cf45afc 100755
--- a/pn8x/Android.bp
+++ b/pn8x/Android.bp
@@ -1,3 +1,12 @@
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "hardware_nxp_secure_element_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["hardware_nxp_secure_element_license"],
+}
+
cc_library_shared {
name: "ese_spi_nxp",
diff --git a/snxxx/Android.bp b/snxxx/Android.bp
index c7cd477..6e7cbd6 100755
--- a/snxxx/Android.bp
+++ b/snxxx/Android.bp
@@ -1,4 +1,13 @@
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "hardware_nxp_secure_element_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["hardware_nxp_secure_element_license"],
+}
+
cc_binary {
relative_install_path: "hw",
name: "android.hardware.secure_element_snxxx@1.2-service",
diff --git a/snxxx/libese-spi/Android.bp b/snxxx/libese-spi/Android.bp
index e7c00ba..1fb7ebf 100755
--- a/snxxx/libese-spi/Android.bp
+++ b/snxxx/libese-spi/Android.bp
@@ -1,3 +1,12 @@
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "hardware_nxp_secure_element_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["hardware_nxp_secure_element_license"],
+}
+
cc_library_shared {
name: "ese_spi_nxp_snxxx",