Skip to content
  • Brad King's avatar
    Android: Add missing link flags for device executables · 295c8efa
    Brad King authored
    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
    295c8efa