Created
January 17, 2022 05:18
-
-
Save Waxaranai/9016ab7923d62a1110de70cb929cee88 to your computer and use it in GitHub Desktop.
build script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. 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