commit | 87f76e4b9a8585bb8b50b132a5dd0217351599cc | [log] [tgz] |
---|---|---|
author | Dimitry Ivanov <dimitry@google.com> | Mon Feb 22 11:27:48 2016 -0800 |
committer | Dimitry Ivanov <dimitry@google.com> | Wed Feb 24 16:45:26 2016 -0800 |
tree | b0083ebbc7a1e829a76943f77a0b11c3449cc44c | |
parent | 6358e6a5a8cc25a0ed4275ebbee491f1f8f1aa6b [diff] |
Add PreloadPublicNativeLibraries function Shift responsibility of preloading native libraries to the user of the library. This lets applications that do not use jni but depend on libnative_loader.so to avoid unnecessary preloads of public libraries which could be expensive. Bug: http://b/27245894 Change-Id: I12a8100de5da639c068769bca21ecebff2b2d538 (cherry picked from commit 426799d77014888315233253e96277bef13158eb)