summaryrefslogtreecommitdiff
path: root/proprietary/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'proprietary/Android.bp')
-rw-r--r--proprietary/Android.bp13
1 files changed, 13 insertions, 0 deletions
diff --git a/proprietary/Android.bp b/proprietary/Android.bp
index a90bdbc..67d6860 100644
--- a/proprietary/Android.bp
+++ b/proprietary/Android.bp
@@ -14,3 +14,16 @@
soong_namespace {
}
+
+// *** THIS PACKAGE HAS SPECIAL LICENSING CONDITIONS. PLEASE
+// CONSULT THE OWNERS AND opensource-licensing@google.com BEFORE
+// DEPENDING ON IT IN YOUR PROJECT. ***
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "device_linaro_poplar_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-BSD
+ // legacy_proprietary (by exception only)
+ default_applicable_licenses: ["device_linaro_poplar_license"],
+}