blob: 9a590bb6ddb69b82fceca5a42e20e7205ed167cc [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 := \
18 frameworks/base/data/fonts/DroidSans.ttf:system/fonts/DroidSans.ttf \
19 frameworks/base/data/fonts/DroidSans-Bold.ttf:system/fonts/DroidSans-Bold.ttf \
Russell Brenner312cae72011-07-19 13:37:29 -070020 frameworks/base/data/fonts/DroidNaskh-Regular.ttf:system/fonts/DroidNaskh-Regular.ttf \
Russell Brenner359d0522011-07-19 10:42:46 -070021 frameworks/base/data/fonts/DroidSansEthiopic-Regular.ttf:system/fonts/DroidSansEthiopic-Regular.ttf \
Russell Brenner724a39f2011-05-26 14:45:47 -070022 frameworks/base/data/fonts/DroidSansHebrew-Regular.ttf:system/fonts/DroidSansHebrew-Regular.ttf \
23 frameworks/base/data/fonts/DroidSansHebrew-Bold.ttf:system/fonts/DroidSansHebrew-Bold.ttf \
Jean-Baptiste Queru3f6e7f42010-09-14 11:34:55 -070024 frameworks/base/data/fonts/DroidSansThai.ttf:system/fonts/DroidSansThai.ttf \
25 frameworks/base/data/fonts/DroidSerif-Regular.ttf:system/fonts/DroidSerif-Regular.ttf \
26 frameworks/base/data/fonts/DroidSerif-Bold.ttf:system/fonts/DroidSerif-Bold.ttf \
27 frameworks/base/data/fonts/DroidSerif-Italic.ttf:system/fonts/DroidSerif-Italic.ttf \
28 frameworks/base/data/fonts/DroidSerif-BoldItalic.ttf:system/fonts/DroidSerif-BoldItalic.ttf \
29 frameworks/base/data/fonts/DroidSansMono.ttf:system/fonts/DroidSansMono.ttf \
30 frameworks/base/data/fonts/Clockopia.ttf:system/fonts/Clockopia.ttf \
Jim Miller4e659132010-12-17 16:23:30 -080031 frameworks/base/data/fonts/DroidSansFallback.ttf:system/fonts/DroidSansFallback.ttf \
32 frameworks/base/data/fonts/AndroidClock.ttf:system/fonts/AndroidClock.ttf \
Daniel Sandlerf844dc42011-01-24 23:44:47 -050033 frameworks/base/data/fonts/AndroidClock_Highlight.ttf:system/fonts/AndroidClock_Highlight.ttf \
Chet Haasec8f060c2011-07-06 11:17:26 -070034 frameworks/base/data/fonts/AndroidClock_Solid.ttf:system/fonts/AndroidClock_Solid.ttf \
35 frameworks/base/data/fonts/system_fonts.xml:system/etc/system_fonts.xml \
36 frameworks/base/data/fonts/fallback_fonts.xml:system/etc/fallback_fonts.xml