summaryrefslogtreecommitdiff
path: root/lib/LD/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/LD/Android.bp')
-rw-r--r--lib/LD/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/LD/Android.bp b/lib/LD/Android.bp
index a296d81..d8f7030 100644
--- a/lib/LD/Android.bp
+++ b/lib/LD/Android.bp
@@ -2,6 +2,15 @@
// Static library: libmcldLD
// =====================================================
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "frameworks_compile_mclinker_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-NCSA
+ default_applicable_licenses: ["frameworks_compile_mclinker_license"],
+}
+
cc_library_static {
name: "libmcldLD",
defaults: ["mcld-defaults"],