aboutsummaryrefslogtreecommitdiff
path: root/core/fpdfapi
diff options
context:
space:
mode:
Diffstat (limited to 'core/fpdfapi')
-rw-r--r--core/fpdfapi/cmaps/Android.bp9
-rw-r--r--core/fpdfapi/edit/Android.bp9
-rw-r--r--core/fpdfapi/font/Android.bp9
-rw-r--r--core/fpdfapi/page/Android.bp9
-rw-r--r--core/fpdfapi/parser/Android.bp9
-rw-r--r--core/fpdfapi/render/Android.bp9
6 files changed, 54 insertions, 0 deletions
diff --git a/core/fpdfapi/cmaps/Android.bp b/core/fpdfapi/cmaps/Android.bp
index e2d5067b2..27e34391c 100644
--- a/core/fpdfapi/cmaps/Android.bp
+++ b/core/fpdfapi/cmaps/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 "external_pdfium_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-BSD
+ default_applicable_licenses: ["external_pdfium_license"],
+}
+
cc_library_static {
name: "libpdfium-cmaps",
defaults: ["pdfium-core"],
diff --git a/core/fpdfapi/edit/Android.bp b/core/fpdfapi/edit/Android.bp
index bbd2b6341..1822b06c4 100644
--- a/core/fpdfapi/edit/Android.bp
+++ b/core/fpdfapi/edit/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 "external_pdfium_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-BSD
+ default_applicable_licenses: ["external_pdfium_license"],
+}
+
cc_library_static {
name: "libpdfium-edit",
defaults: ["pdfium-core"],
diff --git a/core/fpdfapi/font/Android.bp b/core/fpdfapi/font/Android.bp
index c4054f4c0..ae6301e1d 100644
--- a/core/fpdfapi/font/Android.bp
+++ b/core/fpdfapi/font/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 "external_pdfium_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-BSD
+ default_applicable_licenses: ["external_pdfium_license"],
+}
+
cc_library_static {
name: "libpdfium-font",
defaults: ["pdfium-core"],
diff --git a/core/fpdfapi/page/Android.bp b/core/fpdfapi/page/Android.bp
index 650e4f802..e44cca217 100644
--- a/core/fpdfapi/page/Android.bp
+++ b/core/fpdfapi/page/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 "external_pdfium_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-BSD
+ default_applicable_licenses: ["external_pdfium_license"],
+}
+
cc_library_static {
name: "libpdfium-page",
defaults: ["pdfium-core"],
diff --git a/core/fpdfapi/parser/Android.bp b/core/fpdfapi/parser/Android.bp
index 6864dfac6..cacb42e03 100644
--- a/core/fpdfapi/parser/Android.bp
+++ b/core/fpdfapi/parser/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 "external_pdfium_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-BSD
+ default_applicable_licenses: ["external_pdfium_license"],
+}
+
cc_library_static {
name: "libpdfium-parser",
defaults: ["pdfium-core"],
diff --git a/core/fpdfapi/render/Android.bp b/core/fpdfapi/render/Android.bp
index 60818b5ed..79b0db617 100644
--- a/core/fpdfapi/render/Android.bp
+++ b/core/fpdfapi/render/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 "external_pdfium_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-BSD
+ default_applicable_licenses: ["external_pdfium_license"],
+}
+
cc_library_static {
name: "libpdfium-render",
defaults: ["pdfium-core"],