From facd1b56352443da9dcde0a84b7641622a881412 Mon Sep 17 00:00:00 2001 From: tytung Date: Sun, 14 Oct 2012 18:31:43 +0800 Subject: [PATCH] Update build.sh for JellyBean --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index d41426e7..69b27d68 100755 --- a/build.sh +++ b/build.sh @@ -1,10 +1,10 @@ #!/bin/sh -export KERNELBASEDIR=$PWD/../ICS_Kernel_update-zip-files +export KERNELBASEDIR=$PWD/../JB_Kernel_update-zip-files #export TOOLCHAIN=$HOME/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-eabi- export TOOLCHAIN=$HOME/arm-2010q1/bin/arm-none-eabi- -export KERNEL_FILE=HTCLEO-Kernel_2.6.32-ics_tytung_HWA +export KERNEL_FILE=HTCLEO-Kernel_2.6.32_tytung_jellybean rm arch/arm/boot/zImage make htcleo_defconfig