blob: 0dfb6a5e0fb3cadcd45424c5f1ca7315bc1321f2 [file] [log] [blame]
Roozbeh Pournader01be41a2015-04-06 20:07:40 -07001# Copyright (C) 2015 The Android Open Source Project
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
Raph Levien9c07dd32015-09-03 16:18:30 -070015# We have to use PRODUCT_PACKAGES (together with BUILD_HYPH) instead of
Roozbeh Pournader01be41a2015-04-06 20:07:40 -070016# PRODUCT_COPY_FILES to install the pattern files, so that the NOTICE file can
17# get installed too.
18
Roozbeh Pournader7104a912015-05-01 10:46:58 -070019pattern_locales := \
Calvin Pan638add32021-12-13 23:47:13 +080020 af \
Jungshik Shindedeff62016-03-18 15:54:40 -070021 as \
Roozbeh Pournader68ce7802017-10-13 14:30:55 -070022 be \
Roozbeh Pournaderff853262017-02-22 18:05:00 -080023 bg \
Jungshik Shindedeff62016-03-18 15:54:40 -070024 bn \
Calvin Pan638add32021-12-13 23:47:13 +080025 cs \
Roozbeh Pournaderff853262017-02-22 18:05:00 -080026 cu \
Jungshik Shindedeff62016-03-18 15:54:40 -070027 cy \
28 da \
29 de-1901 \
30 de-1996 \
31 de-ch-1901 \
Calvin Pan638add32021-12-13 23:47:13 +080032 el \
Jungshik Shindedeff62016-03-18 15:54:40 -070033 en-gb \
34 en-us \
35 es \
36 et \
37 eu \
38 fr \
39 ga \
Calvin Pan2705f4e2021-10-13 11:02:28 +080040 gl \
Jungshik Shindedeff62016-03-18 15:54:40 -070041 gu \
42 hi \
43 hr \
44 hu \
45 hy \
Calvin Pan2705f4e2021-10-13 11:02:28 +080046 it \
Calvin Pan638add32021-12-13 23:47:13 +080047 ka \
Jungshik Shindedeff62016-03-18 15:54:40 -070048 kn \
Roozbeh Pournader68ce7802017-10-13 14:30:55 -070049 la \
Calvin Pan2705f4e2021-10-13 11:02:28 +080050 lt \
Calvin Pan638add32021-12-13 23:47:13 +080051 lv \
Jungshik Shindedeff62016-03-18 15:54:40 -070052 ml \
53 mn-cyrl \
54 mr \
Calvin Pana3cd88a2021-12-22 18:16:53 +080055 mul-ethi \
Jungshik Shindedeff62016-03-18 15:54:40 -070056 nb \
Calvin Pan638add32021-12-13 23:47:13 +080057 nl \
Jungshik Shindedeff62016-03-18 15:54:40 -070058 nn \
59 or \
60 pa \
61 pt \
Calvin Pan5722d842022-01-21 16:43:52 +080062 ru \
Calvin Pan638add32021-12-13 23:47:13 +080063 sk \
Jungshik Shindedeff62016-03-18 15:54:40 -070064 sl \
Calvin Pan638add32021-12-13 23:47:13 +080065 sq \
Calvin Pan1511bca2022-01-12 16:14:19 +080066 sv \
Jungshik Shindedeff62016-03-18 15:54:40 -070067 ta \
68 te \
69 tk \
Calvin Pan2705f4e2021-10-13 11:02:28 +080070 uk \
Jungshik Shindedeff62016-03-18 15:54:40 -070071 und-ethi
Roozbeh Pournader7104a912015-05-01 10:46:58 -070072
Raph Levien9c07dd32015-09-03 16:18:30 -070073PRODUCT_PACKAGES := $(addprefix hyph-,$(pattern_locales)) \
74 $(addsuffix .lic.txt,$(addprefix hyph-,$(pattern_locales)))
Roozbeh Pournader7104a912015-05-01 10:46:58 -070075
76pattern_locales :=