From ae8b05ea7862c43e772d88034168cffcc1a38056 Mon Sep 17 00:00:00 2001 From: KalimochoAz Date: Thu, 19 Apr 2012 10:55:36 +0200 Subject: Support inline kernel building Patch2: remove prebuild files Patch3: fix path to kernel dependency Change-Id: I45e911eb29b74b049ff19db045e2f905421fc5df --- BoardConfigCommon.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'BoardConfigCommon.mk') diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index dd18658..90f7c6a 100755 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -60,6 +60,10 @@ TARGET_RECOVERY_PIXEL_FORMAT := "BGRA_8888" TARGET_RECOVERY_UI_LIB := librecovery_ui_crespo TARGET_RELEASETOOLS_EXTENSIONS := device/samsung/crespo +# Define kernel config for inline building +TARGET_KERNEL_CONFIG := crespo_defconfig +TARGET_KERNEL_SOURCE := kernel/samsung/crespo + TARGET_USERIMAGES_USE_EXT4 := true BOARD_SYSTEMIMAGE_PARTITION_SIZE := 536870912 BOARD_USERDATAIMAGE_PARTITION_SIZE := 1073741824 -- cgit v1.1