diff options
-rw-r--r-- | p3100.mk | 2 | ||||
-rwxr-xr-x | p31xx-common.mk | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -41,4 +41,4 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml # Use the non-open-source parts, if they're present -$(call inherit-product, vendor/samsung/p31xx/p3100-vendor.mk) +$(call inherit-product-if-exists, vendor/samsung/p31xx/p3100-vendor.mk) diff --git a/p31xx-common.mk b/p31xx-common.mk index 9c176b0..9a89b75 100755 --- a/p31xx-common.mk +++ b/p31xx-common.mk @@ -23,9 +23,9 @@ $(call inherit-product, device/common/gps/gps_us_supl.mk) LOCAL_PATH := device/samsung/p3100 -# This device is hdpi. -PRODUCT_AAPT_CONFIG := normal hdpi -PRODUCT_AAPT_PREF_CONFIG := hdpi +# This device is mdpi. +PRODUCT_AAPT_CONFIG := large mdpi +PRODUCT_AAPT_PREF_CONFIG := mdpi PRODUCT_LOCALES += hdpi # Init files |