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