aba60b542e
Droid Sans Fallback is now completely replaced by Noto Sans CJK. The font files are kept in the tree, since the SDK still needs them. Also, Android.mk is updated to reflect the fact that Noto Color Emoji is now included in SMALLER_FONT_FOOTPRINT, so fontchain_lint checks for emoji consistency in that footprint too. Bug: 31854008 Test: make fontchain_lint Change-Id: I4f57114a48ecfaee87b49f01f7ef4fa5cd0b19fb
23 lines
846 B
Makefile
23 lines
846 B
Makefile
# Copyright (C) 2008 The Android Open Source Project
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
# Warning: this is actually a product definition, to be inherited from
|
|
|
|
PRODUCT_COPY_FILES := \
|
|
frameworks/base/data/fonts/fonts.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/fonts.xml
|
|
|
|
PRODUCT_PACKAGES := \
|
|
DroidSansMono.ttf \
|
|
AndroidClock.ttf
|