CMake: use ANDROID_SDK_ROOT instead of ANDROID_SDK consistently
Make the use of ANDROID_SDK_ROOT consistent. Task-number: QTCREATORBUG-24678 Change-Id: If967bdc4d252996098fa210cf38429fe075eacb1 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>bb10
parent
5a158a9512
commit
45896797c6
|
|
@ -79,7 +79,7 @@ if (NOT QT_ANDROID_SDK_BUILD_TOOLS_VERSION)
|
|||
RELATIVE "${ANDROID_SDK_ROOT}/build-tools"
|
||||
"${ANDROID_SDK_ROOT}/build-tools/*")
|
||||
if (NOT android_build_tools)
|
||||
message(FATAL_ERROR "Could not locate Android SDK build tools under \"${ANDROID_SDK}/build-tools\"")
|
||||
message(FATAL_ERROR "Could not locate Android SDK build tools under \"${ANDROID_SDK_ROOT}/build-tools\"")
|
||||
endif()
|
||||
list(SORT android_build_tools)
|
||||
list(REVERSE android_build_tools)
|
||||
|
|
|
|||
Loading…
Reference in New Issue