Skip to content

aosp-pb/manifest

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Spinning up the environment


        bash <(curl -sL https://raw.githubusercontent.com/akhilnarang/scripts/refs/heads/master/setup/android_build_env.sh)

Sync the source


        mkdir aospb && cd aospb
        repo init -u https://github.com/aosp-pb/manifest -b 15
        repo sync --current-branch --force-sync --no-clone-bundle --no-tags --optimized-fetch --prune -j$(nproc --all)

Build


        source build/envsetup.sh
        lunch aosp_$Device-ap3a-userdebug
        make bacon -j$(nproc --all) | tee log.log

Credits


About

Buckle up, we're going hot πŸš€

Resources

Stars

Watchers

Forks

Packages

No packages published