Skip to content

LLuviaOS/android_manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLUVIA

Getting Started

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

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

repo init -u git://github.com/LLuviaOS/android_manifest.git -b LL-4.X

Then to sync up:

repo sync --force-sync --no-tags --no-clone-bundle

Building the source

The source at LLuvia is well configured for building. You can choose to build with or without gapps included.

source build/envsetup.sh
lunch lluvia_device-userdebug
time m trueno

If you would like to include gapps in your build, after lunching device enter:
export WITH_GAPPS=true

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published