aboutsummaryrefslogtreecommitdiff
path: root/third_party/NXPNFC_P61_JCOP_Kit/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/NXPNFC_P61_JCOP_Kit/Android.bp')
-rw-r--r--third_party/NXPNFC_P61_JCOP_Kit/Android.bp10
1 files changed, 9 insertions, 1 deletions
diff --git a/third_party/NXPNFC_P61_JCOP_Kit/Android.bp b/third_party/NXPNFC_P61_JCOP_Kit/Android.bp
index 310cc5b..708e3f8 100644
--- a/third_party/NXPNFC_P61_JCOP_Kit/Android.bp
+++ b/third_party/NXPNFC_P61_JCOP_Kit/Android.bp
@@ -1,6 +1,15 @@
//#####################################
// Build shared library vendor/lib/libp61-jcop-kit.so
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "external_libese_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["external_libese_license"],
+}
+
cc_library_shared {
name: "libp61-jcop-kit",
proprietary: true,
@@ -34,4 +43,3 @@ cc_library_shared {
],
}
-