diff options
author | Roozbeh Pournader <roozbeh@google.com> | 2015-02-25 16:41:44 -0800 |
---|---|---|
committer | Roozbeh Pournader <roozbeh@google.com> | 2015-02-25 16:41:44 -0800 |
commit | 1ef6591e7fded42fc7751b0c6c2003e0fd72f142 (patch) | |
tree | cf03da805298cb7d9d08474cdc5213d315f978a1 | |
parent | 4c72569dd842c04149dd104e08f58b83eddabe09 (diff) | |
download | device_generic_armv7-a-neon-1ef6591e7fded42fc7751b0c6c2003e0fd72f142.tar.gz device_generic_armv7-a-neon-1ef6591e7fded42fc7751b0c6c2003e0fd72f142.tar.bz2 device_generic_armv7-a-neon-1ef6591e7fded42fc7751b0c6c2003e0fd72f142.zip |
Add Roboto fonts
Roboto fonts are now moved to external/roboto-fonts.
Change-Id: I667ad9fadb46662c8b66ae3f6666225a10aaf782
-rw-r--r-- | mini_common.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mini_common.mk b/mini_common.mk index 60b36b4..5b5dfb4 100644 --- a/mini_common.mk +++ b/mini_common.mk @@ -79,4 +79,5 @@ $(call inherit-product, build/target/product/core_base.mk) $(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk) $(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk) $(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk) +$(call inherit-product-if-exists, external/roboto-fonts/fonts.mk) $(call inherit-product-if-exists, frameworks/base/data/sounds/AudioPackage5.mk) |