Skip to content
Bjorn Andersson edited this page May 28, 2013 · 2 revisions

This is the kernel source code for the C6603 kernel binary checked into https://github.com/sonyxperiadev/device-sony-c6603

To be able to rebuild this source code, the Android cross compiler can be used. To set your environment up for using this go to your Android directory and typ:

 source build/envsetup.sh
 setpaths

After that go to the directory containing your kernel source code and execute:

 CROSS_COMPILE="ccache arm-eabi-" ARCH=arm make fusion3_yuga_defconfig
 CROSS_COMPILE="ccache arm-eabi-" ARCH=arm make -j4

Upon successful completion copy the file arch/arm/boot/zImage over device/sony/c6603/kernel and rebuild your Android tree. The new kernel will be included in the build.

Additional branches

aosp/A8064AAAAANLYA161333 Source code for the kernel binary published as part of AOSP Xperia Z and Xperia Tablet Z in https://github.com/sonyxperiadev/device-sony-c6603/commit/2360c143e4162a3949908beac0489bda72c6fbf3.
Tree based on Qualcomm tag A8064AAAAANLYA161333.
nozomi/M8260AAABQNLZA30145 Source code for the kernel binary published as part of AOSP Xperia S at https://github.com/sonyxperiadev/device-sony-lt26.
This is a mirror of Giulio Cervera's import of 6.1.A.0.452 from https://github.com/CyanogenMod/sony-kernel-msm8660 with the Qualcomm tag M8260AAABQNLZA30145 inserted into the history for traceability.
Clone this wiki locally