mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
msm8976-common: Update AAPT and boot animation configuration
This commit is contained in:
parent
76bece6847
commit
bc37734c11
1 changed files with 4 additions and 5 deletions
|
@ -18,13 +18,12 @@
|
|||
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
|
||||
|
||||
# Screen density
|
||||
PRODUCT_AAPT_CONFIG := normal
|
||||
PRODUCT_AAPT_PREF_CONFIG := xxhdpi
|
||||
PRODUCT_AAPT_CONFIG := normal large xlarge
|
||||
PRODUCT_AAPT_PREF_CONFIG := xhdpi
|
||||
|
||||
# Boot animation
|
||||
TARGET_BOOTANIMATION_HALF_RES := true
|
||||
TARGET_SCREEN_HEIGHT := 1920
|
||||
TARGET_SCREEN_WIDTH := 1080
|
||||
TARGET_SCREEN_HEIGHT := 2048
|
||||
TARGET_SCREEN_WIDTH := 1536
|
||||
|
||||
# Device characteristics
|
||||
PRODUCT_CHARACTERISTICS := tablet
|
||||
|
|
Loading…
Reference in a new issue