summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryangbill <yangbill@google.com>2024-05-16 04:42:51 +0000
committeryangbill <yangbill@google.com>2024-05-16 04:42:51 +0000
commit3355c59e1350146e19a93419d6889e7e2ce2282d (patch)
tree2e841f2e653009a787090a1d9e07f488b07210de
parent0fcde521a8a711e424b01c809f032e03a0c93dfc (diff)
downloadhyphenation-patterns-main.tar.gz
Add a phony module to delare all need localesHEADmastermain
For aosp/3088168, preventing update new locales there when needed. Bug: 328699844 Test: m hyph-data Change-Id: I3ddfeebaf0af7b2b6a4b4f1cfb178552ca0fdd50
-rw-r--r--Android.bp72
1 files changed, 72 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 0000000..7828be6
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,72 @@
+// Copyright 2024 The Android Open Source Project
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+phony {
+ name: "hyph-data",
+ required: [
+ "hyph-af",
+ "hyph-as",
+ "hyph-be",
+ "hyph-bg",
+ "hyph-bn",
+ "hyph-cs",
+ "hyph-cu",
+ "hyph-cy",
+ "hyph-da",
+ "hyph-de-1901",
+ "hyph-de-1996",
+ "hyph-de-ch-1901",
+ "hyph-el",
+ "hyph-en-gb",
+ "hyph-en-us",
+ "hyph-es",
+ "hyph-et",
+ "hyph-eu",
+ "hyph-fr",
+ "hyph-ga",
+ "hyph-gl",
+ "hyph-gu",
+ "hyph-hi",
+ "hyph-hr",
+ "hyph-hu",
+ "hyph-hy",
+ "hyph-it",
+ "hyph-ka",
+ "hyph-kn",
+ "hyph-la",
+ "hyph-lt",
+ "hyph-lv",
+ "hyph-ml",
+ "hyph-mn-cyrl",
+ "hyph-mr",
+ "hyph-mul-ethi",
+ "hyph-nb",
+ "hyph-nl",
+ "hyph-nn",
+ "hyph-or",
+ "hyph-pa",
+ "hyph-pl",
+ "hyph-pt",
+ "hyph-ru",
+ "hyph-sk",
+ "hyph-sl",
+ "hyph-sq",
+ "hyph-sv",
+ "hyph-ta",
+ "hyph-te",
+ "hyph-tk",
+ "hyph-uk",
+ "hyph-und-ethi",
+ ],
+}