From c4cc32e04d1d5f24f0d962f9608879bd8e0bff66 Mon Sep 17 00:00:00 2001 From: Michael Wu Date: Mon, 11 Feb 2013 14:13:40 -0800 Subject: [PATCH] Bug 834244 - Switch to new font set --- target/product/generic_no_telephony.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/product/generic_no_telephony.mk b/target/product/generic_no_telephony.mk index 889d8d42421e..3a264f151eb5 100644 --- a/target/product/generic_no_telephony.mk +++ b/target/product/generic_no_telephony.mk @@ -67,7 +67,7 @@ PRODUCT_COPY_FILES := \ system/bluetooth/data/main.conf:system/etc/bluetooth/main.conf \ frameworks/base/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf -$(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk) +$(call inherit-product-if-exists, external/moztt/fonts.mk) $(call inherit-product-if-exists, external/lohit-fonts/fonts.mk) $(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)