projects
/
GitHub
/
LineageOS
/
android_device_samsung_j7elte.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1bd036
)
j7elte: Correct PRODUCT_AAPT_PREBUILT_DPI
author
Dario Trombello
<dariotr@outlook.de>
Sat, 6 Feb 2021 13:51:40 +0000
(14:51 +0100)
committer
Dario Trombello
<dariotr@outlook.de>
Sat, 6 Feb 2021 14:45:55 +0000
(15:45 +0100)
If PRODUCT_AAPT_PREF_CONFIG is xhdpi then PRODUCT_AAPT_PREBUILT_DPI should also include xhdpi
Change-Id: I8ea46f30af34511456f97d44b967c0f72c9006e2
device.mk
patch
|
blob
|
blame
|
history
diff --git
a/device.mk
b/device.mk
index ead1dd78d72cc6c0fca13d59f8a9fbb894e19292..4492c4198faa9668fb79618db2d91862818d787f 100644
(file)
--- a/
device.mk
+++ b/
device.mk
@@
-44,7
+44,7
@@
TARGET_SCREEN_DENSITY := 320
# Graphics
PRODUCT_AAPT_CONFIG := normal
PRODUCT_AAPT_PREF_CONFIG := xhdpi
-PRODUCT_AAPT_PREBUILT_DPI :=
hdpi m
dpi
+PRODUCT_AAPT_PREBUILT_DPI :=
xhdpi h
dpi
# Keylayouts
PRODUCT_COPY_FILES += \