summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-03-26 11:24:26 -0700
committerJean-Baptiste Queru <jbq@google.com>2010-03-26 12:12:22 -0700
commitb587fdbb459e8b98c759ed605268ba7ac04fd740 (patch)
treeabc4c033b686f65b9c21d4443eb14aa6e6b443a8
parentdb9af9ef4fecbce4e312319b7387e3bcd1cb0ba1 (diff)
downloadsapphire-b587fdbb459e8b98c759ed605268ba7ac04fd740.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: Iaf0e698392ec82f557a1ff101e018945ea582755
-rw-r--r--full_sapphire.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/full_sapphire.mk b/full_sapphire.mk
index 5ed91f4..37e0303 100644
--- a/full_sapphire.mk
+++ b/full_sapphire.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/sapphire/device_sapphire_us.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full.mk)