blob: 458f85b7d0a7c19823a254d08648621d05ccae3d [file] [log] [blame]
Jean-Baptiste Queru3f6e7f42010-09-14 11:34:55 -07001# 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 := \
Chet Haasec8f060c2011-07-06 11:17:26 -070018 frameworks/base/data/fonts/system_fonts.xml:system/etc/system_fonts.xml \
19 frameworks/base/data/fonts/fallback_fonts.xml:system/etc/fallback_fonts.xml
Justin Ho31faa122011-08-31 13:27:06 -070020
Ying Wang46b20e72011-09-29 18:07:41 -070021PRODUCT_PACKAGES := \
Ying Wang193ec662012-02-13 18:55:41 -080022 DroidSansFallback.ttf \
23 Roboto-Regular.ttf \
24 Roboto-Bold.ttf \
25 Roboto-Italic.ttf \
26 Roboto-BoldItalic.ttf \
27 DroidSansArabic.ttf \
28 DroidNaskh-Regular.ttf \
29 DroidSansHebrew-Regular.ttf \
30 DroidSansHebrew-Bold.ttf \
31 DroidSansThai.ttf \
32 DroidSerif-Regular.ttf \
33 DroidSerif-Bold.ttf \
34 DroidSerif-Italic.ttf \
35 DroidSerif-BoldItalic.ttf \
36 DroidSansMono.ttf \
37 DroidSansArmenian.ttf \
38 DroidSansGeorgian.ttf \
39 AndroidEmoji.ttf \
40 Clockopia.ttf \
41 AndroidClock.ttf \
42 AndroidClock_Highlight.ttf \
43 AndroidClock_Solid.ttf \