Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Build scripts, tip and tricks, custom commits list, vendor blobs extraction

Notifications You must be signed in to change notification settings

NurKeinNeid/ezio_scripts

 
 

Repository files navigation

** build_rom.sh **

Command example: . scripts/build_rom.sh hammerhead nosync clean log on

Parameter 1: The device tree: angler | hammeread | others

Parameter 2: Repo sync or don't sync the source: sync | nosync

Parameter 3: Make a clean build: clean (to run a "make clobber") | noclean (to run a "make installclean") (hint: installclean is usually enough to build without errors)

Parameter 4: Save a txt log in the root repo folder: log | nolog

Parameter 5: Shutdown the system: on (to keep it on) | off (to switch it off after the build is done)


** build_apk.sh **

Command example: . scripts/build_rom.sh hammerhead nosync clean log SystemUI

Parameters 1, 2, 3, 4: like the ones in the build rom script

Parameter 5: The apk package name you want to build, for example SystemUI


** build_kernel.sh **

Command example: . build_kernel.sh hammerhead log

Parameter 1: The device tree: angler | hammeread | others

Parameter 2: Save a txt log in the root repo folder: log | nolog

About

Build scripts, tip and tricks, custom commits list, vendor blobs extraction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%