gts210vewifi: Move AAPT, boot animation configuration to msm8976-common

This commit is contained in:
LuK1337 2017-01-17 17:01:09 +01:00
parent 39ebb78369
commit 329db9f55a
1 changed files with 0 additions and 8 deletions

View File

@ -20,13 +20,5 @@ $(call inherit-product-if-exists, vendor/samsung/gts210vewifi/gts210vewifi-vendo
# Overlay
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
# Screen density
PRODUCT_AAPT_CONFIG := normal large xlarge
PRODUCT_AAPT_PREF_CONFIG := xhdpi
# Boot animation
TARGET_SCREEN_HEIGHT := 2048
TARGET_SCREEN_WIDTH := 1536
# Inherit from msm8976-common
$(call inherit-product, device/samsung/msm8976-common/msm8976.mk)