summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCalvin Pan <calvinpan@google.com>2022-01-14 02:58:56 +0800
committerCalvin Pan <calvinpan@google.com>2022-03-01 02:08:39 +0000
commit6caf5bc156652e4cad7bbdcb2d8aa971d460f7f4 (patch)
treecb9ec5edcf66dd9cf5bc0d44e8597fa7c10e4c05
parent24fc3d2b0e60a49708b797854f4537c955e0e868 (diff)
downloadhyphenation-patterns-6caf5bc156652e4cad7bbdcb2d8aa971d460f7f4.tar.gz
Add hyphenation binary into 3 party license list
Bug: 181262335 Test: make and check the 3 party list Change-Id: I0be4a10fa55f4d9b6f3b649bb9f6030495845a5f Merged-In: I0be4a10fa55f4d9b6f3b649bb9f6030495845a5f
-rw-r--r--Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 4241741..88ac611 100644
--- a/Android.mk
+++ b/Android.mk
@@ -73,6 +73,9 @@ define build-one-pattern-module
$(eval include $(CLEAR_VARS))\
$(eval LOCAL_MODULE := $(addprefix hyph-, $(2)))\
$(eval LOCAL_SRC_FILES := $(addprefix $(1)/hyph-, $(addprefix $(2), .pat.txt .chr.txt .hyp.txt)))\
+$(eval LOCAL_LICENSE_KINDS := SPDX-license-identifier-MIT SPDX-license-identifier-BSD SPDX-license-identifier-GPL-2.0 SPDX-license-identifier-MPL)\
+$(eval LOCAL_LICENSE_CONDITIONS := notice)\
+$(eval LOCAL_NOTICE_FILE := $(wildcard $(addprefix $(LOCAL_PATH)/$(1), /NOTICE)))\
$(eval include $(BUILD_HYB))\
$(eval include $(CLEAR_VARS))\
$(eval LOCAL_MODULE := $(addprefix $(addprefix hyph-, $(2)), .lic.txt))\