From 8c5e8124931de6e0271e0d9cb3e1eb026a8e7124 Mon Sep 17 00:00:00 2001 From: ale5000 <15793015+ale5000-git@users.noreply.github.com> Date: Wed, 17 Jul 2024 14:23:56 +0200 Subject: [PATCH] Minor change --- includes/common.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/common.sh b/includes/common.sh index 3ea10bec..4d666650 100644 --- a/includes/common.sh +++ b/includes/common.sh @@ -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"