Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git committed Jul 17, 2024
1 parent 27f3ff3 commit 8c5e812
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions includes/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,8 @@ init_cmdline()
alias 'cls'='reset'
if test "${PLATFORM:?}" = 'win'; then unset JAVA_HOME; fi

alias build='build.sh'

# Set the path of Android SDK if not already set
if test -z "${ANDROID_SDK_ROOT-}" && test -n "${LOCALAPPDATA-}" && test -e "${LOCALAPPDATA:?}/Android/Sdk"; then
export ANDROID_SDK_ROOT="${LOCALAPPDATA:?}/Android/Sdk"
Expand Down

0 comments on commit 8c5e812

Please sign in to comment.