Last active
December 16, 2022 04:27
-
-
Save juo6442/35dc53dfe185d9c1c0ab3bd25f60e0cb to your computer and use it in GitHub Desktop.
Shell scripts
This file contains hidden or 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 environment setup | |
alias bl='(){ source build/envsetup.sh && lunch $1 ;}' | |
alias blcf='bl cf_x86_64_phone-userdebug' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment