fogos: Fix AAPT configs
* fogos has a display density of 280ppi. Change-Id: I9f9926a5f8d1d19e0b8a15743c94c327f4706a91
This commit is contained in:
parent
24112b5dea
commit
d7abca2293
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ TARGET_SCREEN_DENSITY := 280
|
||||||
|
|
||||||
# AAPT
|
# AAPT
|
||||||
PRODUCT_AAPT_CONFIG := normal
|
PRODUCT_AAPT_CONFIG := normal
|
||||||
PRODUCT_AAPT_PREF_CONFIG := 420dpi
|
PRODUCT_AAPT_PREF_CONFIG := 280dpi
|
||||||
PRODUCT_AAPT_PREBUILT_DPI := xxxhdpi xxhdpi xhdpi hdpi
|
PRODUCT_AAPT_PREBUILT_DPI := xxxhdpi xxhdpi xhdpi hdpi
|
||||||
|
|
||||||
PRODUCT_SHIPPING_API_LEVEL := 30
|
PRODUCT_SHIPPING_API_LEVEL := 30
|
||||||
|
|
Loading…
Reference in a new issue