mirror of
https://github.com/team-infusion-developers/android_device_samsung_gts210velte.git
synced 2024-10-31 19:37:28 +00:00
gts210vewifi: Add more TWRP flags
* Fix touchscreen * Remove `reboot bootloader`
This commit is contained in:
parent
1129f54143
commit
0a9badfc5a
1 changed files with 3 additions and 0 deletions
|
@ -76,9 +76,12 @@ BOARD_FLASH_BLOCK_SIZE := 131072
|
||||||
# TWRP
|
# TWRP
|
||||||
BOARD_SUPPRESS_SECURE_ERASE := true
|
BOARD_SUPPRESS_SECURE_ERASE := true
|
||||||
RECOVERY_SDCARD_ON_DATA := true
|
RECOVERY_SDCARD_ON_DATA := true
|
||||||
|
RECOVERY_TOUCHSCREEN_SWAP_XY := true
|
||||||
|
RECOVERY_TOUCHSCREEN_FLIP_Y := true
|
||||||
TARGET_RECOVERY_QCOM_RTC_FIX := true
|
TARGET_RECOVERY_QCOM_RTC_FIX := true
|
||||||
TW_DEFAULT_EXTERNAL_STORAGE := true
|
TW_DEFAULT_EXTERNAL_STORAGE := true
|
||||||
TW_HAS_DOWNLOAD_MODE := true
|
TW_HAS_DOWNLOAD_MODE := true
|
||||||
TW_INCLUDE_CRYPTO := true
|
TW_INCLUDE_CRYPTO := true
|
||||||
TW_INPUT_BLACKLIST := "hbtp_vm"
|
TW_INPUT_BLACKLIST := "hbtp_vm"
|
||||||
|
TW_NO_REBOOT_BOOTLOADER := true
|
||||||
TW_THEME := portrait_hdpi
|
TW_THEME := portrait_hdpi
|
||||||
|
|
Loading…
Reference in a new issue