Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 814 Bytes

README.mkdn

File metadata and controls

38 lines (21 loc) · 814 Bytes

Download the Source

Please read the AOSP building instructions before proceeding.

Initializing Repository

Repository initialization:

$ repo init -u https://github.com/AICP/platform_manifest.git -b t13.0

Repository syncing:

$ repo sync

Building

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

. build/envsetup.sh
brunch

You can also build (and see how long it took) for specific devices like this:

. build/envsetup.sh
time brunch taimen

Remember to make clobber every now and then!