Skip to content

Project-Astera/manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Project Astera

Sync

# Initialize local repository
repo init -u https://github.com/Project-Astera/manifest -b thurisu
# Initialize local repository with this if you want to save some space
repo init -u https://github.com/Project-Astera/manifest -b thurisu --depth=1
# 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 aosp_devicecodename-userdebug
# Build the code
$ mka bacon -j$(nproc --all)

About

Manifest files for Project Astera.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published