Skip to content

A build script I created for android kernel building. Also a backup of the files in case my distro begins to derp.

Notifications You must be signed in to change notification settings

sarohan/android_kernel_build_script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android Kernel Building Script by sagar846

How to use

Read the kernel-build.sh source file and give the proper paths and stuff and change whatever you require. Recommended you copy the all files and folders except '.git' folder and README.md to you kernel source directory. After that cd to kernel directory and make the scipt executable.

$ chmod a+xr kernel-build.sh

$ ./kernel-build.sh

Note : Rememeber to give the proper paths to your directories otherwise the build script will exit (fail safe I included, can be removed).

Note : If your kernel requires other modules to be built then you will have to add the relevent code which takes care of that.

Information :

1.) kernel-build.sh : the build script uses bash.

2.) lazyflasher : this is the lazyflasher flashable zip file creation tool made by @jcadduono

3.) signzip : this is where the zip is signed automatically using the script.

4.) out : the newly signed flashable zip is placed here.

Useful Links

lazyflasher : https://github.com/jcadduono/lazyflasher

anykernel2 : https://github.com/osm0sis/AnyKernel2

UKM-unified : https://github.com/yarpiin/UKM-unified

About

A build script I created for android kernel building. Also a backup of the files in case my distro begins to derp.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published