Skip to content

Commit

Permalink
recovery: Add CWM flags
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanich committed Jan 18, 2015
1 parent bbb7bfb commit d463ca9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,11 @@ BOARD_SYSTEMIMAGE_PARTITION_SIZE := 838859776
BOARD_USERDATAIMAGE_PARTITION_SIZE := 1252770816
BOARD_FLASH_BLOCK_SIZE := 262144

# Added for Clockworkmod
TARGET_RECOVERY_PIXEL_FORMAT := RGBX_8888
BOARD_USE_CUSTOM_RECOVERY_FONT := \"roboto_23x41.h\"
BOARD_HAS_NO_SELECT_BUTTON := true

# Twrp
DEVICE_RESOLUTION = 540x960
BOARD_HAS_NO_REAL_SDCARD := false
Expand Down

0 comments on commit d463ca9

Please sign in to comment.