summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-03-26 11:23:19 -0700
committerJean-Baptiste Queru <jbq@google.com>2010-03-26 12:12:11 -0700
commitb0c99ced1aa48dcb5185e76fd895682db0eda444 (patch)
tree6be956a853860332d4368d21a740eb6f5288645f
parent48430851a06de946d6632af134596ea6eab04046 (diff)
downloaddream-b0c99ced1aa48dcb5185e76fd895682db0eda444.tar.gz
Explicitly include languages first in the inheritance chain.
This way, they show up before densities in the list of locales, such that the first listed locale isn't a density, as the system doesn't like that specific case. Bug: 2546758 Change-Id: I3745c9954156972e0582818bbb529e91f63dda97
-rw-r--r--full_dream.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/full_dream.mk b/full_dream.mk
index 1c5078d..e255dc2 100644
--- a/full_dream.mk
+++ b/full_dream.mk
@@ -20,6 +20,7 @@
#
# Inherit from those products. Most specific first.
+$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_small.mk)
$(call inherit-product, device/htc/dream/device_dream_us.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full.mk)