summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCalvin Pan <calvinpan@google.com>2022-03-01 03:35:13 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-03-01 03:35:13 +0000
commitb28d7ad0a1e8e82630b6cf314915bad60ac7d596 (patch)
treecb9ec5edcf66dd9cf5bc0d44e8597fa7c10e4c05
parent4884ccb5e73bbffe2d53c10815d55fcf7572ba3f (diff)
parent6caf5bc156652e4cad7bbdcb2d8aa971d460f7f4 (diff)
downloadhyphenation-patterns-b28d7ad0a1e8e82630b6cf314915bad60ac7d596.tar.gz
Add hyphenation binary into 3 party license list am: 6caf5bc156
Original change: https://android-review.googlesource.com/c/platform/external/hyphenation-patterns/+/2003491 Change-Id: I553bf000930d2c4dfa37fee674aae5d02e5dc9e0
-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))\