sm6225-common: Configure AAPT
- All sm6225 devices (hawao, devon, rhode) has the same display size and density. Change-Id: I6f3401ff3112bc5eb6b4919d152b4ba5b8642ccd
This commit is contained in:
parent
9406a0ec05
commit
af5c68add7
1 changed files with 5 additions and 0 deletions
|
@ -40,6 +40,11 @@ AB_OTA_POSTINSTALL_CONFIG += \
|
|||
PRODUCT_PACKAGES += \
|
||||
otapreopt_script
|
||||
|
||||
|
||||
# AAPT
|
||||
PRODUCT_AAPT_CONFIG := normal
|
||||
PRODUCT_AAPT_PREF_CONFIG := xxhdpi
|
||||
|
||||
# Boot animation
|
||||
TARGET_SCREEN_HEIGHT := 2400
|
||||
TARGET_SCREEN_WIDTH := 1080
|
||||
|
|
Loading…
Reference in a new issue