summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2022-02-14 12:40:12 -0800
committerBob Badour <bbadour@google.com>2022-02-14 12:40:12 -0800
commit4c305075284c625257afeda0ccd452c64ac15211 (patch)
treef0abcbb9970bde49ee3b2c7531b022fac4315cfa
parentde8954df2e8a82fb0465583d4692ab1db26adde6 (diff)
downloadhikey-4c305075284c625257afeda0ccd452c64ac15211.tar.gz
Declare license metadata for copied files.
Bug: 151177513 Test: m all dist reportmissinglicenses Change-Id: I7428d62a1cdd647cc347c448238a36b8c9594515
-rw-r--r--Android.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 40604835..41d191f0 100644
--- a/Android.mk
+++ b/Android.mk
@@ -24,6 +24,16 @@ ifneq ($(filter hikey%, $(TARGET_DEVICE)),)
LOCAL_PATH := $(call my-dir)
+$(eval $(call declare-1p-copy-files,device/linaro/hikey,.conf))
+$(eval $(call declare-1p-copy-files,device/linaro/hikey,.img))
+$(eval $(call declare-1p-copy-files,device/linaro/hikey,.kl))
+$(eval $(call declare-1p-copy-files,device/linaro/hikey,.rc))
+$(eval $(call declare-1p-copy-files,device/linaro/hikey,.xml))
+$(eval $(call declare-1p-copy-files,device/linaro/hikey,fstab.hikey))
+$(eval $(call declare-1p-copy-files,device/linaro/hikey,fstab.hikey960))
+
+$(eval $(call declare-copy-files-license-metadata,device/linaro/hikey/bt-wifi-firmware-util,,SPDX-license-identifier-BSD,notice,device/linaro/hikey/bt-wifi-firmware-util/NOTICE,))
+
# if some modules are built directly from this directory (not subdirectories),
# their rules should be written here.