Update build_android.sh

This commit is contained in:
Alexander David Frick 2022-10-15 04:05:45 -05:00 committed by GitHub
parent de3edf17ce
commit aa1f31af1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@ export NINJA_SUMMARIZE_BUILD=1 &&
./depot_tools/autoninja -C ~/chromium/src/out/thorium chrome_public_apk system_webview_apk -j$@ &&
cat $HOME/thorium/logos/thorium_logo_ascii_art.txt &&
cat logos/thorium_logo_ascii_art.txt &&
printf "${GRE}${bold}Build Completed. ${YEL}${bold}You can copy the .apks to your device or use ADB to install.\n" &&
tput sgr0 &&