Skip to content

Commit fd01365

Browse files
committed
Tweak build flags
1 parent 084cab2 commit fd01365

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

BoardConfig.mk

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,11 @@ TARGET_USERIMAGES_USE_EXT4 := true
3939

4040
# TWRP specific build flags
4141
DEVICE_RESOLUTION := 720x1280
42-
#RECOVERY_SDCARD_ON_DATA := true
4342
RECOVERY_GRAPHICS_USE_LINELENGTH := true
44-
#BOARD_HAS_NO_REAL_SDCARD := true
45-
TW_HAS_NO_BOOT_PARTITION := true
4643
TWRP_CUSTOM_KEYBOARD := ../../../device/emulator/twrp/recovery/hardwarekeyboard.cpp
47-
4844
RECOVERY_SDCARD_ON_DATA := true
4945
TW_INTERNAL_STORAGE_PATH := "/data/media"
5046
TW_INTERNAL_STORAGE_MOUNT_POINT := "data"
5147
TW_EXTERNAL_STORAGE_PATH := "/external_sd"
5248
TW_EXTERNAL_STORAGE_MOUNT_POINT := "external_sd"
53-
49+
#BOARD_USE_CUSTOM_RECOVERY_FONT := \"font_7x16.h\"

0 commit comments

Comments
 (0)