Jean-Baptiste Queru | 3f6e7f4 | 2010-09-14 11:34:55 -0700 | [diff] [blame] | 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 | |
| 17 | PRODUCT_COPY_FILES := \ |
Russell Brenner | 1c097a9 | 2012-03-28 09:45:27 -0700 | [diff] [blame] | 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 |
Justin Ho | 31faa12 | 2011-08-31 13:27:06 -0700 | [diff] [blame] | 20 | |
Ying Wang | 46b20e7 | 2011-09-29 18:07:41 -0700 | [diff] [blame] | 21 | PRODUCT_PACKAGES := \ |
Ying Wang | 193ec66 | 2012-02-13 18:55:41 -0800 | [diff] [blame] | 22 | DroidSansFallback.ttf \ |
| 23 | Roboto-Regular.ttf \ |
| 24 | Roboto-Bold.ttf \ |
| 25 | Roboto-Italic.ttf \ |
| 26 | Roboto-BoldItalic.ttf \ |
Raph Levien | 289c09a | 2012-05-09 09:49:21 -0700 | [diff] [blame] | 27 | Roboto-Light.ttf \ |
| 28 | Roboto-LightItalic.ttf \ |
Raph Levien | be456f2 | 2012-09-18 15:30:02 -0700 | [diff] [blame] | 29 | Roboto-Thin.ttf \ |
| 30 | Roboto-ThinItalic.ttf \ |
Raph Levien | 467ea51 | 2012-05-10 17:28:20 -0700 | [diff] [blame] | 31 | RobotoCondensed-Regular.ttf \ |
| 32 | RobotoCondensed-Bold.ttf \ |
| 33 | RobotoCondensed-Italic.ttf \ |
| 34 | RobotoCondensed-BoldItalic.ttf \ |
Ying Wang | 193ec66 | 2012-02-13 18:55:41 -0800 | [diff] [blame] | 35 | DroidNaskh-Regular.ttf \ |
Raph Levien | 15b8c18 | 2013-03-29 16:13:36 -0700 | [diff] [blame] | 36 | DroidNaskhUI-Regular.ttf \ |
Victoria Lease | bd1844d | 2012-04-26 11:18:40 -0700 | [diff] [blame] | 37 | DroidSansDevanagari-Regular.ttf \ |
Ying Wang | 193ec66 | 2012-02-13 18:55:41 -0800 | [diff] [blame] | 38 | DroidSansHebrew-Regular.ttf \ |
| 39 | DroidSansHebrew-Bold.ttf \ |
| 40 | DroidSansThai.ttf \ |
| 41 | DroidSerif-Regular.ttf \ |
| 42 | DroidSerif-Bold.ttf \ |
| 43 | DroidSerif-Italic.ttf \ |
| 44 | DroidSerif-BoldItalic.ttf \ |
| 45 | DroidSansMono.ttf \ |
| 46 | DroidSansArmenian.ttf \ |
| 47 | DroidSansGeorgian.ttf \ |
| 48 | AndroidEmoji.ttf \ |
| 49 | Clockopia.ttf \ |
| 50 | AndroidClock.ttf \ |
| 51 | AndroidClock_Highlight.ttf \ |
| 52 | AndroidClock_Solid.ttf \ |