Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 641 Bytes

README.mkdn

File metadata and controls

27 lines (17 loc) · 641 Bytes

CAF-ZENFONE2

Getting Started

To get started with Android, you'll need to get familiar with Git and Repo.

To initialize your local repository using the AOSP-CAF trees, use a command like this:

repo init -u https://github.com/CAF-zf2/platform_manifest.git -b mm6.0

Then to sync up:

repo sync

Building the source

The source at AOSP-CAF is well configured for building.

$ . build/envsetup.sh
$ lunch aosp_device-userdebug
$ make -jX otapackage

where X is the number of jobs you would like to allot to the build system.