summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2022-02-15 04:55:08 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-02-15 04:55:08 +0000
commitc439b83c45d036a5ceb0a0acb763a6b3c714ceb4 (patch)
tree0e01e8da66681941c4daf66250d5dc88af444c0d
parent678827c7c46dbd087ba58c68363bdd324ca61bf7 (diff)
parent8c79f672614cad45ce5f7a3b7105ab05968a873c (diff)
downloadpoplar-c439b83c45d036a5ceb0a0acb763a6b3c714ceb4.tar.gz
Declare license metadata for copied files. am: a69e42775d am: 8c79f67261
Original change: https://android-review.googlesource.com/c/device/linaro/poplar/+/1984532 Change-Id: Ieb5e9e906068c8bb34cfb06ad4d07bd390fe02f2
-rw-r--r--audio/Android.mk2
-rw-r--r--bluetooth/Android.mk1
-rw-r--r--media/Android.mk2
-rw-r--r--optee/Android.mk1
-rw-r--r--proprietary/Android.mk2
-rw-r--r--vendor/Android.mk1
-rw-r--r--wifi/Android.mk3
7 files changed, 12 insertions, 0 deletions
diff --git a/audio/Android.mk b/audio/Android.mk
index e97f56d..b064ae5 100644
--- a/audio/Android.mk
+++ b/audio/Android.mk
@@ -14,6 +14,8 @@
LOCAL_PATH := $(call my-dir)
+$(eval $(call declare-1p-copy-files,device/linaro/poplar/audio,))
+
# The default audio HAL module, which is a stub, that is loaded if no other
# device specific modules are present. The exact load order can be seen in
# libhardware/hardware.c
diff --git a/bluetooth/Android.mk b/bluetooth/Android.mk
new file mode 100644
index 0000000..fe6f6a9
--- /dev/null
+++ b/bluetooth/Android.mk
@@ -0,0 +1 @@
+$(eval $(call declare-1p-copy-files,device/linaro/poplar/bluetooth,))
diff --git a/media/Android.mk b/media/Android.mk
new file mode 100644
index 0000000..0606a2f
--- /dev/null
+++ b/media/Android.mk
@@ -0,0 +1,2 @@
+$(eval $(call declare-1p-copy-files,device/linaro/poplar/media,.rc))
+$(eval $(call declare-1p-copy-files,device/linaro/poplar/media,.xml))
diff --git a/optee/Android.mk b/optee/Android.mk
new file mode 100644
index 0000000..1c08cd5
--- /dev/null
+++ b/optee/Android.mk
@@ -0,0 +1 @@
+$(eval $(call declare-1p-copy-files,device/linaro/poplar/optee,))
diff --git a/proprietary/Android.mk b/proprietary/Android.mk
new file mode 100644
index 0000000..59dc0db
--- /dev/null
+++ b/proprietary/Android.mk
@@ -0,0 +1,2 @@
+$(eval $(call declare-copy-files-license-metadata,device/linaro/poplar/proprietary/bt-wifi,,SPDX-license-identifier-BSD,notice,device/linaro/poplar/proprietary/bt-wifi/License.txt,))
+
diff --git a/vendor/Android.mk b/vendor/Android.mk
new file mode 100644
index 0000000..b046a3e
--- /dev/null
+++ b/vendor/Android.mk
@@ -0,0 +1 @@
+$(eval $(call declare-1p-copy-files,device/linaro/poplar/vendor,))
diff --git a/wifi/Android.mk b/wifi/Android.mk
index 6d222eb..1d403ec 100644
--- a/wifi/Android.mk
+++ b/wifi/Android.mk
@@ -1,3 +1,6 @@
+$(eval $(call declare-1p-copy-files,device/linaro/poplar/wifi,.conf))
+$(eval $(call declare-1p-copy-files,device/linaro/poplar/wifi,.rc))
+
ifeq ($(BOARD_WLAN_DEVICE), rtl)
include $(call all-subdir-makefiles)
endif