Skip to content

Latest commit

 

History

231 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

UltraCAF

Getting Started

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

To initialize your local repository using the UltraCaf trees, use a command like this:

repo init -u https://github.com/UltraCaf/platform_manifest.git -b n-mr1

Then to sync up:

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

Building the source

The source at UltraCaf 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.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors