From 25b67f258e2726f18e194b00a88c7fa251062e52 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Sun, 28 Mar 2021 20:01:23 -0700 Subject: [LSC] Add LOCAL_LICENSE_KINDS to device/ti/beagle_x15 Added SPDX-license-identifier-Apache-2.0 to: recovery/Android.bp Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD SPDX-license-identifier-MIT to: Android.bp build/tasks/boot_fit.mk build/tasks/dtimages.mk gralloc/Android.bp Added SPDX-license-identifier-BSD SPDX-license-identifier-MIT to: gpu/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ie80b54069b4ef196715d249f2e2c3e8f407f8347 Merged-in: Ie80b54069b4ef196715d249f2e2c3e8f407f8347 Merged-in: Ic14ec800f8aab3941b1615eb4e29b09735bf49ff --- build/tasks/boot_fit.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build/tasks/boot_fit.mk') 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) -- cgit v1.2.3