Skip to content

Commit

Permalink
recovery: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanich committed Jan 18, 2015
1 parent d463ca9 commit 4f3f8f2
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ TARGET_KERNEL_CONFIG := pyramid_defconfig
TARGET_KERNEL_SOURCE := kernel/htc/pyramid

TARGET_RECOVERY_FSTAB := device/htc/pyramid/rootdir/etc/fstab.pyramid
TARGET_RECOVERY_PIXEL_FORMAT := "RGBX_8888"
RECOVERY_GRAPHICS_USE_LINELENGTH := true
TARGET_RECOVERY_INITRC := device/htc/pyramid/recovery/root/init.recovery.pyramid.rc

# RIL
Expand Down Expand Up @@ -178,13 +176,9 @@ BOARD_FLASH_BLOCK_SIZE := 262144
# Added for Clockworkmod
TARGET_RECOVERY_PIXEL_FORMAT := RGBX_8888
BOARD_USE_CUSTOM_RECOVERY_FONT := \"roboto_23x41.h\"
BOARD_RECOVERY_BLDRMSG_OFFSET := 2048
BOARD_RECOVERY_SWIPE := true
BOARD_HAS_NO_SELECT_BUTTON := true
TARGET_RECOVERY_LCD_BACKLIGHT_PATH := \"/sys/class/leds/lcd-backlight/brightness\"

# Twrp
DEVICE_RESOLUTION = 540x960
BOARD_HAS_NO_REAL_SDCARD := false
TW_NO_SCREEN_BLANK := true
TW_INCLUDE_DUMLOCK := true
HAVE_SELINUX := true
TW_BRIGHTNESS_PATH := "/sys/class/leds/lcd-backlight/brightness"
TARGET_USE_CUSTOM_LUN_FILE_PATH := "/sys/devices/platform/msm_hsusb/gadget/lun0/file"

0 comments on commit 4f3f8f2

Please sign in to comment.