Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 915 Bytes

README.mkdn

File metadata and controls

38 lines (23 loc) · 915 Bytes

NOTE: This project is in the development process, Don't sync it. Do With Your Own Risk!!!!

Download the Source

Please read the AOSP building instructions before proceeding.

Initializing Repository

$ repo init -u https://github.com/aosp-samsung-msm7x30/platform_manifest.git -b m-preview-2

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
brunch

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

. build/envsetup.sh
time brunch ancora-userdebug

Remember to make clobber every now and then!