Skip to content

athene-caf/platform_manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

AOSP-CAF

Getting Started

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

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

repo init -u https://github.com/athene-caf/platform_manifest.git -b n-mr2

Then to sync up:

repo sync -c -f -j8 --force-sync --no-clone-bundle --no-tags

Building the source

The source at athene-caf is well configured for building.

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

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

About

manifest to sync athene-caf source

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published