forked from tianruig/nutella_kernel_samsung_venturi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CM_README
27 lines (17 loc) · 967 Bytes
/
CM_README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
BUILDING THE KERNEL
In CyanogenMod 9, kernel building is now integrated into the Android Build
System and building through the Android Build System is the only supported
method of building the kernel.
Run the following command in the root directory of your Android tree to
build the kernel. (Replacing galaxysmtd with your build target.)
make -j4 out/target/product/galaxysmtd/boot.img
The resulting boot.img will be stored at
out/target/product/galaxysmtd/boot.img
And the kernel modules will be stored at
out/target/product/galaxysmtd/system/lib/modules/
Note: If you are building the entire system image, there is no need to
manually build the kernel. Building the kernel is fully integrated
into the Android Build System. This instruction is provided in case
you need to build only the kernel.
For more info, please see
http://wiki.cyanogenmod.com/wiki/Integrated_kernel_building