blob: f285ebed9d6eaacfde222f8659bf436f327732e0 [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 := \
Russell Brenner1c097a92012-03-28 09:45:27 -070018 frameworks/base/data/fonts/system_fonts.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/system_fonts.xml \
Raph Levien24ce0532014-08-11 08:48:41 -070019 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
Justin Ho31faa122011-08-31 13:27:06 -070021
Ying Wang46b20e72011-09-29 18:07:41 -070022PRODUCT_PACKAGES := \
Ying Wang193ec662012-02-13 18:55:41 -080023 DroidSansFallback.ttf \
24 Roboto-Regular.ttf \
25 Roboto-Bold.ttf \
26 Roboto-Italic.ttf \
27 Roboto-BoldItalic.ttf \
Victoria Leased0769f62014-05-20 07:53:26 -070028 Roboto-Black.ttf \
Roozbeh Pournadere210ded2014-06-11 15:35:03 -070029 Roboto-BlackItalic.ttf \
Raph Levien289c09a2012-05-09 09:49:21 -070030 Roboto-Light.ttf \
31 Roboto-LightItalic.ttf \
Victoria Leased0769f62014-05-20 07:53:26 -070032 Roboto-Medium.ttf \
33 Roboto-MediumItalic.ttf \
Raph Levienbe456f22012-09-18 15:30:02 -070034 Roboto-Thin.ttf \
35 Roboto-ThinItalic.ttf \
Raph Levien467ea512012-05-10 17:28:20 -070036 RobotoCondensed-Regular.ttf \
37 RobotoCondensed-Bold.ttf \
38 RobotoCondensed-Italic.ttf \
39 RobotoCondensed-BoldItalic.ttf \
Justin Kohf1596062014-03-25 13:05:41 -070040 RobotoCondensed-Light.ttf \
41 RobotoCondensed-LightItalic.ttf \
Ying Wang193ec662012-02-13 18:55:41 -080042 DroidSansMono.ttf \
Ying Wang193ec662012-02-13 18:55:41 -080043 Clockopia.ttf \
44 AndroidClock.ttf \
45 AndroidClock_Highlight.ttf \
46 AndroidClock_Solid.ttf \