Skip to content

Latest commit

 

History

History
executable file
·
43 lines (20 loc) · 1.04 KB

README.mkdn

File metadata and controls

executable file
·
43 lines (20 loc) · 1.04 KB

Black ICE (team ICEmods)

Getting Started

Please see the Android source page for building instructions.

To initialize your local repository using my trees, use the following command:

repo init -u https://github.com/travp624/platform_manifest.git -b master

Then to sync up:

repo sync

Building

After the sync is finished, please read the instructions from the Android site on how to build.

Once you've read that, you can build with

mka

This will compile everything and use the correct "-j#" flag.

You can also build a flashable zip with

mka otapackage

Special Thanks

Huge shout out to #teamkang (aokp) and peter alfonso for their wonderfully clean vendor tree to use as a base. This makes this infinitely more oragnized and easier to work with. Thanks to them and everyone included cm team, zaphod, sethyx, whitehawkx, protek, this list could keep going and going!