From 0428af61a2f5b503aac89565d606a182b1cfd2d7 Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Tue, 31 Aug 2010 15:42:35 -0700 Subject: add recovery UI library for crespo Change-Id: I06999ad6ee3b56cc5f952cb44ccfaf1f53930aa6 --- BoardConfig.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'BoardConfig.mk') diff --git a/BoardConfig.mk b/BoardConfig.mk index d699202..f49117c 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -13,7 +13,7 @@ # limitations under the License. # BoardConfig.mk -# +# # Product-specific compile-time definitions. # @@ -59,3 +59,5 @@ BOARD_NAND_PAGE_SIZE := 4096 -s 128 BOARD_KERNEL_BASE := 0x30000000 BOARD_KERNEL_PAGESIZE := 4096 + +TARGET_RECOVERY_UI_LIB := librecovery_ui_crespo -- cgit v1.1