diff options
author | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-06-19 13:26:54 +0200 |
---|---|---|
committer | Daniel Hillenbrand <daniel.hillenbrand@codeworkx.de> | 2012-06-19 13:26:54 +0200 |
commit | dec88f8da8a95f914dd0c6d97d4b595e662444da (patch) | |
tree | 529ef127b42de826b5a61931765917d6c2438b78 | |
parent | 08064c556521ea26c0dd31f45161600a4702552c (diff) | |
download | device_samsung_espresso3g-dec88f8da8a95f914dd0c6d97d4b595e662444da.zip device_samsung_espresso3g-dec88f8da8a95f914dd0c6d97d4b595e662444da.tar.gz device_samsung_espresso3g-dec88f8da8a95f914dd0c6d97d4b595e662444da.tar.bz2 |
include languages
-rwxr-xr-x | p51xx-common.mk | 9 |
1 files 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 |