summaryrefslogtreecommitdiff
path: root/build/tasks/boot_fit.mk
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-03-30 05:16:17 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-03-30 05:16:17 +0000
commit557334957ece043d166269511536320fed82582b (patch)
treefd8b53bde744747afef7fddeec3cded5e2aa9994 /build/tasks/boot_fit.mk
parent13dfd69598538d33e754c5822a9397a63b88d874 (diff)
parent82296e8fcb6ebda74d67a5668c93f81734fcacc6 (diff)
downloadbeagle-x15-557334957ece043d166269511536320fed82582b.tar.gz
Merge "[LSC] Add LOCAL_LICENSE_KINDS to device/ti/beagle_x15" am: b2450e1304 am: 82296e8fcb
Original change: https://android-review.googlesource.com/c/device/ti/beagle-x15/+/1654829 Change-Id: I8a942155e8d9e1436daddc4668953dca3e84684b
Diffstat (limited to 'build/tasks/boot_fit.mk')
-rw-r--r--build/tasks/boot_fit.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/tasks/boot_fit.mk b/build/tasks/boot_fit.mk
index 225e2d4..f2becde 100644
--- a/build/tasks/boot_fit.mk
+++ b/build/tasks/boot_fit.mk
@@ -30,6 +30,8 @@ endif
include $(CLEAR_VARS)
LOCAL_MODULE := bootfitimage
+LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD SPDX-license-identifier-MIT
+LOCAL_LICENSE_CONDITIONS := notice
LOCAL_ADDITIONAL_DEPENDENCIES := $(BOOTIMG_FIT)
include $(BUILD_PHONY_PACKAGE)