Don't use the version script for executables.
The version script was forcing all the ASAN symbols to be hidden, which caused any ASAN instrumented shared libraries used by these executables (such as libc++) to be unable to find these symbols. Bug: 18671691 Change-Id: I7839a10041d5f75ce43b59920675b2eff0837606
Loading
Please sign in to comment