From dec88f8da8a95f914dd0c6d97d4b595e662444da Mon Sep 17 00:00:00 2001 From: Daniel Hillenbrand Date: Tue, 19 Jun 2012 13:26:54 +0200 Subject: include languages --- p51xx-common.mk | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/p51xx-common.mk b/p51xx-common.mk index 7f579f4..012ed1a 100755 --- a/p51xx-common.mk +++ b/p51xx-common.mk @@ -14,10 +14,15 @@ # limitations under the License. # -LOCAL_PATH := device/samsung/p5100 - DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay +$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk) + +# The gps config appropriate for this device +$(call inherit-product, device/common/gps/gps_us_supl.mk) + +LOCAL_PATH := device/samsung/p5100 + # This device is hdpi. PRODUCT_AAPT_CONFIG := normal hdpi PRODUCT_AAPT_PREF_CONFIG := hdpi -- cgit v1.1