Descriptioncrazy linker: Improved fix for crbug/479220.
Remove IsSystemLibrary() and its list of NDK-exposed system libraries.
It is incomplete and not completable.
Replace it with a flag argument to LoadLibrary() that is true if the
library load is prompted by either preloads or dependencies. Assume
the library being loaded is a system library and load through dlopen()
when the flag is true.
BUG=479220
Committed: https://crrev.com/9583566777694bee19e438f9e9aebca1c39a3b91
Cr-Commit-Position: refs/heads/master@{#326838}
Patch Set 1 #Patch Set 2 : Rebase to master. #
Total comments: 1
Messages
Total messages: 10 (3 generated)
|