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    frameworks/base/data/fonts/fonts.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/fonts.xml
21
22PRODUCT_PACKAGES := \
23    DroidSansFallback.ttf \
24    Roboto-Regular.ttf \
25    Roboto-Bold.ttf \
26    Roboto-Italic.ttf \
27    Roboto-BoldItalic.ttf \
28    Roboto-Black.ttf \
29    Roboto-BlackItalic.ttf \
30    Roboto-Light.ttf \
31    Roboto-LightItalic.ttf \
32    Roboto-Medium.ttf \
33    Roboto-MediumItalic.ttf \
34    Roboto-Thin.ttf \
35    Roboto-ThinItalic.ttf \
36    RobotoCondensed-Regular.ttf \
37    RobotoCondensed-Bold.ttf \
38    RobotoCondensed-Italic.ttf \
39    RobotoCondensed-BoldItalic.ttf \
40    RobotoCondensed-Light.ttf \
41    RobotoCondensed-LightItalic.ttf \
42    DroidSansMono.ttf \
43    Clockopia.ttf \
44    AndroidClock.ttf \
45    AndroidClock_Highlight.ttf \
46    AndroidClock_Solid.ttf \
47