Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 900 Bytes

README.mkdn

File metadata and controls

32 lines (27 loc) · 900 Bytes

Bianca Project

Getting started

To get started with Bianca Project, you'll need to get familiar with Repo and Version Control with Git.

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

repo init -u https://github.com/BiancaProject/android.git -b 11

Then to sync up:

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

To build, use command:

source build/envsetup.sh
lunch bianca_$device-userdebug
mka dudu

Credits: