Skip to content

Instantly share code, notes, and snippets.

@Waxaranai
Created January 17, 2022 05:18
Show Gist options
  • Save Waxaranai/9016ab7923d62a1110de70cb929cee88 to your computer and use it in GitHub Desktop.
Save Waxaranai/9016ab7923d62a1110de70cb929cee88 to your computer and use it in GitHub Desktop.
build script
. build/envsetup.sh
lunch aosp_mojito-userdebug
export SKIP_ABI_CHECKS=true
export SKIP_API_CHECKS=true
export BUILD_USERNAME=waku
export TZ=Asia/Jakarta
make aosp -j$(nproc --all)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment