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:
2dc00a1
)
j7elte: Add boot animation configuration
author
Dario Trombello
<dariotr@outlook.de>
Thu, 21 May 2020 21:04:57 +0000
(23:04 +0200)
committer
Dario Trombello
<dariotr@outlook.de>
Sun, 24 May 2020 19:06:34 +0000
(21:06 +0200)
device.mk
patch
|
blob
|
blame
|
history
diff --git
a/device.mk
b/device.mk
index e9b3225faf34c0b28922bb36b6c2cb63bdc4e07e..a26d714d48f9d6d966b051342892a30529f020b8 100644
(file)
--- a/
device.mk
+++ b/
device.mk
@@
-23,6
+23,12
@@
PRODUCT_COPY_FILES += \
PRODUCT_PACKAGES += \
android.hardware.bluetooth@1.0-service
+# Boot animation
+TARGET_BOOTANIMATION_PRELOAD := true
+TARGET_BOOTANIMATION_TEXTURE_CACHE := true
+TARGET_SCREEN_HEIGHT := 1280
+TARGET_SCREEN_WIDTH := 720
+
# GPS
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/gps/gps.conf:system/etc/gps.conf \