xref: /aosp_15_r20/external/hyphenation-patterns/patterns.mk (revision 92a653552b93b47109930ab8dfdbe79e1a46ab29)
1# 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
15# We have to use PRODUCT_PACKAGES (together with BUILD_HYPH) instead of
16# PRODUCT_COPY_FILES to install the pattern files, so that the NOTICE file can
17# get installed too.
18
19pattern_locales := \
20    af \
21    as \
22    be \
23    bg \
24    bn \
25    cs \
26    cu \
27    cy \
28    da \
29    de-1901 \
30    de-1996 \
31    de-ch-1901 \
32    el \
33    en-gb \
34    en-us \
35    es \
36    et \
37    eu \
38    fr \
39    ga \
40    gl \
41    gu \
42    hi \
43    hr \
44    hu \
45    hy \
46    it \
47    ka \
48    kn \
49    la \
50    lt \
51    lv \
52    ml \
53    mn-cyrl \
54    mr \
55    mul-ethi \
56    nb \
57    nl \
58    nn \
59    or \
60    pa \
61    pl \
62    pt \
63    ru \
64    sk \
65    sl \
66    sq \
67    sv \
68    ta \
69    te \
70    tk \
71    uk \
72    und-ethi
73
74PRODUCT_PACKAGES := $(addprefix hyph-,$(pattern_locales))
75
76pattern_locales :=
77