Skip to content

Commit

Permalink
Add bootmenu 1.1.9 cpcap flag and remove unused progress images
Browse files Browse the repository at this point in the history
cpcap flag is used to get battery level, nice to know before doing
recovery backups or installs

Change-Id: Id5f55f6be2a7f2eea46cd1952160d11df1d2c2e1
  • Loading branch information
tpruvot committed Apr 9, 2012
1 parent 5556fa6 commit f34c5f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ BOARD_USE_KINETO_COMPATIBILITY := true

# Changes related to bootmenu
BOARD_USES_BOOTMENU := true
BOARD_WITH_CPCAP := true
BOARD_MMC_DEVICE := /dev/block/mmcblk1
BOARD_BOOTMODE_CONFIG_FILE := /cache/recovery/bootmode.conf

# Recovery
Expand Down
4 changes: 0 additions & 4 deletions bootmenu/bootmenu.mk
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ PRODUCT_COPY_FILES += \
PRODUCT_COPY_FILES += \
external/bootmenu/images/indeterminate1.png:system/bootmenu/images/indeterminate1.png \
external/bootmenu/images/indeterminate2.png:system/bootmenu/images/indeterminate2.png \
external/bootmenu/images/indeterminate3.png:system/bootmenu/images/indeterminate3.png \
external/bootmenu/images/indeterminate4.png:system/bootmenu/images/indeterminate4.png \
external/bootmenu/images/indeterminate5.png:system/bootmenu/images/indeterminate5.png \
external/bootmenu/images/indeterminate6.png:system/bootmenu/images/indeterminate6.png \
external/bootmenu/images/progress_empty.png:system/bootmenu/images/progress_empty.png \
external/bootmenu/images/progress_fill.png:system/bootmenu/images/progress_fill.png \
${bm_device}/bootmenu/images/background.png:system/bootmenu/images/background.png \
Expand Down

0 comments on commit f34c5f5

Please sign in to comment.