Corvus ROM
Initialize Local Repository
repo init -u https://github.com/Corvus-R/android_manifest.git -b 11
Or Initialize Shallow Clone
repo init --depth=1 -u https://github.com/Corvus-R/android_manifest.git -b 11
Syncing Repository
repo sync -j$(nproc --all) --force-sync --no-tags --no-clone-bundle
Building Environment
# Set up environment
. build/envsetup.sh
# Choose a target
lunch corvus_device-userdebug
# Build the ROM
make corvus