xref: /aosp_15_r20/external/hyphenation-patterns/TeX/sa/Android.bp (revision 92a653552b93b47109930ab8dfdbe79e1a46ab29)
1*92a65355Syangbill// Copyright 2015 The Android Open Source Project
2*92a65355Syangbill//
3*92a65355Syangbill// Licensed under the Apache License, Version 2.0 (the "License");
4*92a65355Syangbill// you may not use this file except in compliance with the License.
5*92a65355Syangbill// You may obtain a copy of the License at
6*92a65355Syangbill//
7*92a65355Syangbill//      http://www.apache.org/licenses/LICENSE-2.0
8*92a65355Syangbill//
9*92a65355Syangbill// Unless required by applicable law or agreed to in writing, software
10*92a65355Syangbill// distributed under the License is distributed on an "AS IS" BASIS,
11*92a65355Syangbill// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12*92a65355Syangbill// See the License for the specific language governing permissions and
13*92a65355Syangbill// limitations under the License.
14*92a65355Syangbill
15*92a65355Syangbill// TODO: we have data for sa/sa, but it requires special case handling for case
16*92a65355Syangbill// folding and normalization, so don't build it until that's fixed.
17*92a65355Syangbill
18*92a65355Syangbillpackage {
19*92a65355Syangbill    default_applicable_licenses: [
20*92a65355Syangbill        "external_hyphenation_patterns_TeX_sa_license",
21*92a65355Syangbill    ],
22*92a65355Syangbill}
23*92a65355Syangbill
24*92a65355Syangbill// See: http://go/android-license-faq
25*92a65355Syangbilllicense {
26*92a65355Syangbill    name: "external_hyphenation_patterns_TeX_sa_license",
27*92a65355Syangbill    visibility: [":__subpackages__"],
28*92a65355Syangbill    license_kinds: [
29*92a65355Syangbill        "legacy_permissive",
30*92a65355Syangbill    ],
31*92a65355Syangbill    license_text: [
32*92a65355Syangbill        "NOTICE",
33*92a65355Syangbill    ],
34*92a65355Syangbill}
35