Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e462d0e8 authored by Sahil Sonar's avatar Sahil Sonar 💬
Browse files

Merge branch '8552-a14-tetris_bootanim' into 'a14'

tetris: Set screen width & height

See merge request e/devices/android_device_nothing_tetris!13
parents 05bee4d2 2d5b4de2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -23,6 +23,10 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/generic_ramdisk.mk)
# Setup dalvik vm configs
$(call inherit-product,frameworks/native/build/phone-xhdpi-6144-dalvik-heap.mk)

# Boot animation
TARGET_SCREEN_HEIGHT := 2400
TARGET_SCREEN_WIDTH := 1080

# A/B
AB_OTA_POSTINSTALL_CONFIG += \
    RUN_POSTINSTALL_system=true \