summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Yi <byi@google.com>2022-03-08 14:00:28 -0800
committerBob Badour <bbadour@google.com>2022-04-13 12:05:46 -0700
commitedcbfa0460e08ff1f1e38205524c85ea1b482c1a (patch)
treeca5de5810e9eaf2f7f0cf73334bed0d52f9397b6
parent01b1c623c4d556558b68fab2e3c9b09b21863f98 (diff)
downloadredfin-edcbfa0460e08ff1f1e38205524c85ea1b482c1a.tar.gz
Add new notice file build logic
BUG: 223289891 Change-Id: I43ea97ee034a00ae1b526d18aaa017520e50c433 Merged-in: I43ea97ee034a00ae1b526d18aaa017520e50c433
-rw-r--r--self-extractors/qcom/staging/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/self-extractors/qcom/staging/Android.mk b/self-extractors/qcom/staging/Android.mk
index f95e98f..e6d4cd3 100644
--- a/self-extractors/qcom/staging/Android.mk
+++ b/self-extractors/qcom/staging/Android.mk
@@ -1,5 +1,9 @@
LOCAL_PATH := $(call my-dir)
+$(eval $(call declare-copy-files-license-metadata,vendor/qcom/redfin,:qcom,legacy_proprietary,proprietary,vendor/qcom/redfin/LICENSE,))
+$(eval $(call declare-copy-files-license-metadata,vendor/qcom/redfin,.jar,legacy_proprietary,proprietary,vendor/qcom/redfin/LICENSE,))
+$(eval $(call declare-copy-files-license-metadata,vendor/qcom/redfin,.xml,legacy_proprietary,proprietary,vendor/qcom/redfin/LICENSE,))
+
ifneq ($(filter redfin, $(TARGET_DEVICE)),)
include $(CLEAR_VARS)
LOCAL_MODULE_SUFFIX := $(COMMON_ANDROID_PACKAGE_SUFFIX)