You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/cmake/Platform/Android
lumberyard-employee-dm 7652369567
Fix find_program not finding host platform programs when using Android (#7385)
There was an issue in CMake where it set the
CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH cache variable to OFF only when
configuring for Android
https://gitlab.kitware.com/cmake/cmake/-/issues/22634

This caused the find_program calls in o3de cmake files to fail.
Such as the call to located the "aws" binary in
cmake/LYPackage_S3Downloader.cmake

Signed-off-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com>
4 years ago
..
Configurations_android.cmake [android_compat_fixes] fixed Android NDK r23 duplicate __ANDROID_API__ define 4 years ago
Install_android.cmake Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
LYTestWrappers_android.cmake Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
LYWrappers_android.cmake Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
PALDetection_android.cmake Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
PAL_android.cmake Add Windows PIX runtime support 4 years ago
RuntimeDependencies_android.cmake Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago
Toolchain_android.cmake Fix find_program not finding host platform programs when using Android (#7385) 4 years ago
platform_android_files.cmake Shorten copyright headers by splitting into 2 lines (#2213) 4 years ago