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
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)