fonts.mk revision bd1844d272afd7416a37765b90ecd843c0b99c9f
1# Copyright (C) 2008 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# Warning: this is actually a product definition, to be inherited from
16
17PRODUCT_COPY_FILES := \
18    frameworks/base/data/fonts/system_fonts.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/system_fonts.xml \
19    frameworks/base/data/fonts/fallback_fonts.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/fallback_fonts.xml
20
21PRODUCT_PACKAGES := \
22    DroidSansFallback.ttf \
23    Roboto-Regular.ttf \
24    Roboto-Bold.ttf \
25    Roboto-Italic.ttf \
26    Roboto-BoldItalic.ttf \
27    DroidNaskh-Regular.ttf \
28    DroidNaskh-Regular-SystemUI.ttf \
29    DroidSansDevanagari-Regular.ttf \
30    DroidSansHebrew-Regular.ttf \
31    DroidSansHebrew-Bold.ttf \
32    DroidSansThai.ttf \
33    DroidSerif-Regular.ttf \
34    DroidSerif-Bold.ttf \
35    DroidSerif-Italic.ttf \
36    DroidSerif-BoldItalic.ttf \
37    DroidSansMono.ttf \
38    DroidSansArmenian.ttf \
39    DroidSansGeorgian.ttf \
40    AndroidEmoji.ttf \
41    Clockopia.ttf \
42    AndroidClock.ttf \
43    AndroidClock_Highlight.ttf \
44    AndroidClock_Solid.ttf \
45