Skip to content

Commit

Permalink
Update BoardConfig.mk
Browse files Browse the repository at this point in the history
TW_THEME := landscape_hdpi
RECOVERY_TOUCHSCREEN_SWAP_XY := true
  • Loading branch information
mouseos authored May 23, 2024
1 parent 7fb7ceb commit a17048a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ TARGET_NO_BOOTLOADER := true

# Display
TARGET_SCREEN_DENSITY := 240
ROTATE_SCREEN ?= rotate_90

# Kernel
BOARD_BOOTIMG_HEADER_VERSION := 1
BOARD_KERNEL_BASE := 0x40078000
Expand Down Expand Up @@ -79,7 +79,6 @@ BOARD_INCLUDE_RECOVERY_DTBO := true
TARGET_USERIMAGES_USE_EXT4 := true
TARGET_USERIMAGES_USE_F2FS := true
LZMA_RAMDISK_TARGETS := recovery
BOARD_HAS_FLIPPED_SCREEN := true

# Security patch level
VENDOR_SECURITY_PATCH := 2021-08-01
Expand All @@ -103,3 +102,7 @@ TW_EXTRA_LANGUAGES := false
TW_SCREEN_BLANK_ON_BOOT := true
TW_INPUT_BLACKLIST := "hbtp_vm"
TW_USE_TOOLBOX := true

#for a05bd
TW_THEME := landscape_hdpi
RECOVERY_TOUCHSCREEN_SWAP_XY := true

0 comments on commit a17048a

Please sign in to comment.