Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Configure librecovery
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwu committed Mar 8, 2013
1 parent 0fc66eb commit 33935f6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions BoardConfig.mk
Expand Up @@ -18,6 +18,13 @@ BOARD_KERNEL_CMDLINE := console=ttyMSM0,115200,n8 androidboot.hardware=qcom logl
# Recovery
ENABLE_LIBRECOVERY := true

# librecovery
RECOVERY_EXTERNAL_STORAGE := /sdcard

SYSTEM_FS_TYPE := ext4
SYSTEM_PARTITION_TYPE := EMMC
SYSTEM_LOCATION := /dev/block/mmcblk0p12

# Misc
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 268435456
BOARD_USERDATAIMAGE_PARTITION_SIZE := 1610612736
Expand Down

0 comments on commit 33935f6

Please sign in to comment.