Skip to content

keepQASSA/manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

#keepQASSA

Create a directory

 mkdir -p ~/rom/qassa
 cd ~/rom/qassa

Sync

Initialize local repository

To sync with full history use:

repo init -u https://github.com/keepQASSA/manifest -b Q --git-lfs

To save space, sync without history use:

repo init --depth=1 -u https://github.com/keepQASSA/manifest -b Q --git-lfs

Sync

repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags

Build

Set up environment

. build/envsetup.sh

Choose a target

lunch qassa_$device-userdebug

Build the code

mka qassa -j$(nproc --all)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published