7652369567
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>