mirror of
https://github.com/scummvm/dockerized-bb.git
synced 2026-05-21 05:40:49 +00:00
ANDROID: Use the correct environment variable name
It's not currently defined but let's be consistent
This commit is contained in:
@@ -19,7 +19,7 @@ mkdir -p "${ANDROID_SDK_ROOT}"
|
||||
do_sdk_accept_licenses "${ANDROID_SDK_ROOT}"
|
||||
|
||||
if [ -n "${ANDROID_SDK_VERSION}" ]; then
|
||||
do_sdk_install "platforms;android-${SDK_VERSION}"
|
||||
do_sdk_install "platforms;android-${ANDROID_SDK_VERSION}"
|
||||
do_sdk_install "platform-tools"
|
||||
fi
|
||||
if [ -n "${ANDROID_BUILD_TOOLS_VERSION}" ]; then
|
||||
|
||||
Reference in New Issue
Block a user