Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 886 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 886 Bytes

Download the Source

Please read the AOSP building instructions before proceeding.

Initializing Repository

Init core trees without any device/kernel/vendor :

$ repo init -u https://github.com/MarshMallowKang/platform_manifest.git -b mm

sync repo :

$ repo sync

Building

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

. build/envsetup.sh
lunch

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

. build/envsetup.sh
lunch aokp_hammerhead-userdebug && time make aokp

Remember to make clobber && make clean every now and then!