Welcome to Project Nirwana!
Initialize your local repository using the Project Nirwana manifest. Ensure that Git LFS is enabled:
repo init -u https://github.com/ProjectNirwana/MANIFEST.git -b sixteen --git-lfsSync the source code. The following command ensures an optimized, fast, and clean sync process:
repo sync -c --no-clone-bundle --no-tags --optimized-fetch --prune --force-sync -j$(nproc --all)Source the build environment script:
source build/envsetup.shPrepare the device-specific code. Select your product, release config, and build variant (e.g., lunch aosp_cheetah-cp2a-userdebug):
lunch product_name-release_config-build_variantFinally, start the build process:
m