From 7d9876b05ed45b96c1a715ff9e32293a8ea68bd0 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Fri, 26 Mar 2010 11:22:03 -0700 Subject: Add separate language packs, for extra flexibility. This way, languages can be managed more carefully through the inheritance chain. Bug: 2546758 Change-Id: I14e3d4d60716355fa702cc77128e9da04e30a612 --- target/product/full.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'target/product/full.mk') diff --git a/target/product/full.mk b/target/product/full.mk index 5b95daa..a86e89d 100644 --- a/target/product/full.mk +++ b/target/product/full.mk @@ -22,9 +22,6 @@ PRODUCT_PACKAGES := \ VoiceDialer -# This is the list of locales included in AOSP builds -PRODUCT_LOCALES := en_US en_GB fr_FR it_IT de_DE es_ES - # Additional settings used in all AOSP builds PRODUCT_PROPERTY_OVERRIDES := \ keyguard.no_require_sim=true \ @@ -41,6 +38,10 @@ PRODUCT_COPY_FILES := \ # on smaller devices. $(call inherit-product, frameworks/base/data/sounds/OriginalAudio.mk) +# Get a list of languages. We use the small list to save space +# on smaller devices. +$(call inherit-product, build/target/product/languages_small.mk) + $(call inherit-product, build/target/product/generic.mk) # Overrides -- cgit v1.1