summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2023-05-29 04:11:33 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-05-29 04:11:33 +0000
commita148a343a96b2b98a0e4c613a3fe4bdd828c975a (patch)
tree83b7df5d6d7a5b93a7485c6c88129cc5a55c4660
parent2408c055db849e53a6d6bc7638efbec5e5343cfe (diff)
parent8aadd2b7a278adb4cdb1d8df7764841fd7c03d22 (diff)
downloadhyphenation-patterns-a148a343a96b2b98a0e4c613a3fe4bdd828c975a.tar.gz
Fix license metadata for 2nd build rule. am: d6b649c612 am: 8aadd2b7a2
Original change: https://android-review.googlesource.com/c/platform/external/hyphenation-patterns/+/2605858 Change-Id: I904cc1f3d1c3e4d58514541eb107af98e211a61e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 9535e04..f478ce1 100644
--- a/Android.mk
+++ b/Android.mk
@@ -98,6 +98,9 @@ $(eval LOCAL_SRC_FILES := $(addprefix $(1)/hyph-, $(addprefix $(2), .lic.txt)))\
$(eval LOCAL_MODULE_CLASS := ETC)\
$(eval LOCAL_MODULE_TAGS := optional)\
$(eval LOCAL_MODULE_PATH := $(TARGET_OUT)/usr/hyphen-data)\
+$(eval LOCAL_LICENSE_KINDS := SPDX-license-identifier-MIT SPDX-license-identifier-BSD-3-Clause SPDX-license-identifier-FSFAP SPDX-license-identifier-Unicode-DFS SPDX-license-identifier-LGPL-2.1 SPDX-license-identifier-MPL)\
+$(eval LOCAL_LICENSE_CONDITIONS := notice reciprocal restricted)\
+$(eval LOCAL_NOTICE_FILE := $(wildcard $(addprefix $(LOCAL_PATH)/$(1), /NOTICE /LICENSE)))\
$(eval include $(BUILD_PREBUILT))
endef