SIGN IN SIGN UP

Fix --build-shared-library on newer NDKs (#26642)

Newer NDKs switched to clang which by default uses system linker, instead
we need to force it to use appropriate toolchain linker by passing
-fuse-ld= command line flag.

Fixes #23458
V
Vyacheslav Egorov committed
8f65ee9f53a8c13b778b5ede5400c0eb6603c230
Parent: a172de0
Committed by GitHub <noreply@github.com> on 1/16/2019, 8:30:37 PM