summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2022-02-15 03:06:25 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-02-15 03:06:25 +0000
commit3681f225f80fc8e648d824e03a3dc2ba38818ae4 (patch)
treef0abcbb9970bde49ee3b2c7531b022fac4315cfa
parent2ae671141ff5cb2fbdc1a3cc33e678a84704b616 (diff)
parent3eb94a51358bb68e0c41e2363bcccd6a60b6cbe1 (diff)
downloadhikey-3681f225f80fc8e648d824e03a3dc2ba38818ae4.tar.gz
Declare license metadata for copied files. am: 4c30507528 am: 3eb94a5135
Original change: https://android-review.googlesource.com/c/device/linaro/hikey/+/1984820 Change-Id: I7963f0b27c7feb8323cf3304486a0f3cd96dae33
-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.