Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
out
 
 
 
 
 
 
 
 
 
 

README.md

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

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.