Skip to content
This repository has been archived by the owner on Jan 20, 2020. It is now read-only.
/ z_patches Public archive
forked from slimkat-golden/z_patches

Patches to be applied and sample build scripts

Notifications You must be signed in to change notification settings

cm13-microG/z_patches

 
 

Repository files navigation

z_patches

Before starting the build, apply the necessary patches

cd into directory z_patches and run ./patches_apply.sh

Sample build scripts

copy the 'build_'* scripts into the root directory of your build tree and adapt them according to your needs.

Synchronize the build tree

to synchronize the repository (repo sync), it is advisable to revoke the patches first and re-apply them afterwards. To do so, run the following commands:

cd z_patches
./patches_reverse.sh
cd ..
repo sync
cd z_patches
./patches_apply.sh

About

Patches to be applied and sample build scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%