summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 14:40:44 -0800
committerBob Badour <bbadour@google.com>2021-02-12 14:40:44 -0800
commit484b46cfb70ac8184028d9a559a404ab483aa8c2 (patch)
tree95f00332886fc754a822b3aff23259761aab7cc6
parent054c52c30a078f5a2d8883ef0cc7d3d303420f91 (diff)
downloadbootctrl-484b46cfb70ac8184028d9a559a404ab483aa8c2.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to hardware/qcom/bootctrl
Added SPDX-license-identifier-BSD to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I2168c492b4626235eb555af3dee6645ead4a26fa
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 13d6821..4b2ecdc 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,6 +1,23 @@
soong_namespace {
}
+package {
+ default_applicable_licenses: ["hardware_qcom_bootctrl_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "hardware_qcom_bootctrl_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
filegroup {
name: "bootctrl_hal_src",
srcs: [