1# Copyright (C) 2013 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_PREBUILT) instead of 16# PRODUCT_COPY_FILES to install the font files, so that the NOTICE file can 17# get installed too. 18 19PRODUCT_PACKAGES := \ 20 NotoColorEmoji.ttf \ 21 NotoNaskh-Regular.ttf \ 22 NotoNaskh-Bold.ttf \ 23 NotoNaskhUI-Regular.ttf \ 24 NotoNaskhUI-Bold.ttf \ 25 NotoSansArmenian-Regular.ttf \ 26 NotoSansArmenian-Bold.ttf \ 27 NotoSansBengali-Regular.ttf \ 28 NotoSansBengali-Bold.ttf \ 29 NotoSansBengaliUI-Regular.ttf \ 30 NotoSansBengaliUI-Bold.ttf \ 31 NotoSansCanadianAboriginal-Regular.ttf \ 32 NotoSansCherokee-Regular.ttf \ 33 NotoSansDevanagari-Regular.ttf \ 34 NotoSansDevanagari-Bold.ttf \ 35 NotoSansDevanagariUI-Regular.ttf \ 36 NotoSansDevanagariUI-Bold.ttf \ 37 NotoSansEthiopic-Regular.ttf \ 38 NotoSansEthiopic-Bold.ttf \ 39 NotoSansGeorgian-Regular.ttf \ 40 NotoSansGeorgian-Bold.ttf \ 41 NotoSansGujarati-Regular.ttf \ 42 NotoSansGujarati-Bold.ttf \ 43 NotoSansGujaratiUI-Regular.ttf \ 44 NotoSansGujaratiUI-Bold.ttf \ 45 NotoSansGurmukhi-Regular.ttf \ 46 NotoSansGurmukhi-Bold.ttf \ 47 NotoSansGurmukhiUI-Regular.ttf \ 48 NotoSansGurmukhiUI-Bold.ttf \ 49 NotoSansHans-Regular.otf \ 50 NotoSansHant-Regular.otf \ 51 NotoSansHebrew-Regular.ttf \ 52 NotoSansHebrew-Bold.ttf \ 53 NotoSansJP-Regular.otf \ 54 NotoSansKannada-Regular.ttf \ 55 NotoSansKannada-Bold.ttf \ 56 NotoSansKannadaUI-Regular.ttf \ 57 NotoSansKannadaUI-Bold.ttf \ 58 NotoSansKhmer-Regular.ttf \ 59 NotoSansKhmer-Bold.ttf \ 60 NotoSansKhmerUI-Regular.ttf \ 61 NotoSansKhmerUI-Bold.ttf \ 62 NotoSansKR-Regular.otf \ 63 NotoSansLao-Regular.ttf \ 64 NotoSansLao-Bold.ttf \ 65 NotoSansLaoUI-Regular.ttf \ 66 NotoSansLaoUI-Bold.ttf \ 67 NotoSansMalayalam-Regular.ttf \ 68 NotoSansMalayalam-Bold.ttf \ 69 NotoSansMalayalamUI-Regular.ttf \ 70 NotoSansMalayalamUI-Bold.ttf \ 71 NotoSansMyanmar-Regular.ttf \ 72 NotoSansMyanmar-Bold.ttf \ 73 NotoSansMyanmarUI-Regular.ttf \ 74 NotoSansMyanmarUI-Bold.ttf \ 75 NotoSansSinhala-Regular.ttf \ 76 NotoSansSinhala-Bold.ttf \ 77 NotoSansSymbols-Regular-Subsetted.ttf \ 78 NotoSansTamil-Regular.ttf \ 79 NotoSansTamil-Bold.ttf \ 80 NotoSansTamilUI-Regular.ttf \ 81 NotoSansTamilUI-Bold.ttf \ 82 NotoSansTelugu-Regular.ttf \ 83 NotoSansTelugu-Bold.ttf \ 84 NotoSansTeluguUI-Regular.ttf \ 85 NotoSansTeluguUI-Bold.ttf \ 86 NotoSansThai-Regular.ttf \ 87 NotoSansThai-Bold.ttf \ 88 NotoSansThaiUI-Regular.ttf \ 89 NotoSansThaiUI-Bold.ttf \ 90 NotoSansYi-Regular.ttf \ 91 NotoSerif-Regular.ttf \ 92 NotoSerif-Bold.ttf \ 93 NotoSerif-Italic.ttf \ 94 NotoSerif-BoldItalic.ttf 95