-
Notifications
You must be signed in to change notification settings - Fork 7
lbule/android_kernel_P6000
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
How to Build kernel ====== 1. Get the prebuilt cross compiler from AOSP website: $ git clone https://android.googlesource.com/platform/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6 2. Add required cross compiler to PATH: $ export PATH=/YOUR_TOOLCHAIN_PATH/arm-eabi-4.6/bin:$PATH $ export CROSS_COMPILE=arm-eabi- 3. Copy the entire source code to this folder: $ cd $home/P6000 4. Then use the following commands to build the kernel: $ ./makeMtk k01q_e new k
About
Código fuente del kernel de Elephone P6000 (MT6732)
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published