Android: Add missing link flags for device executables
See `${ndk}/build/core/default-build-commands.mk` for link flags the NDK uses for executables. Add them to our default executable link flags. Suppress `nocopyreloc` on `arm64-v8a` because it does not work with some STL types. Closes: #16380
Showing
- Modules/Platform/Android-Common.cmake 4 additions, 0 deletionsModules/Platform/Android-Common.cmake
- Modules/Platform/Android/abi-arm64-v8a-Clang.cmake 3 additions, 0 deletionsModules/Platform/Android/abi-arm64-v8a-Clang.cmake
- Modules/Platform/Android/abi-arm64-v8a-GNU.cmake 3 additions, 0 deletionsModules/Platform/Android/abi-arm64-v8a-GNU.cmake
- Modules/Platform/Android/abi-common.cmake 6 additions, 0 deletionsModules/Platform/Android/abi-common.cmake
Please register or sign in to comment