Re: Download: My Viper ICS & kernel builds
I'd be happy to if you can expound a bit on what you mean. Thanks.
When you did this:
1. Android build
- Download original android source code ( ICS 4.0.4_r1 ) from
Welcome to Android | Android Open Source
- Unzip opensource packages of LS840_android_ZVG.tar.gz into downloaded android source directory
- And, merge the source into the android source code(ICS)
- Run following scripts to build android
$ . build/envsetup.sh
$ choosecombo 1 generic user
$ make -j4
- When you compile the android source code, you have to add google original prebuilt source(toolchain)
into the android folder
- After build, you can find output at out/target/product/generic
2. Kernel Build (User)
- Unzip LS840_Kernel_ZVG.tar.gz at the android folder
- When you compile the kernel source code, you have to add google original prebuilt source(toolchain)
into the android folder.
$ . build/envsetup.sh
$ choosecombo 1 generic user
- Build kernel
$ cd kernel
$ mkdir -p out
$ make cayman_sprint_us_defconfig ARCH=arm CROSS_COMPILE=arm-eabi- O=out
$ make ARCH=arm CROSS_COMPILE=arm-eabi- O=out
- After Build, You Can find the build image at /out/arch/arm/boot
when building the Android image do make -j4 otapackage instead of just make -j4. That will create a flashable zip file .