commit | 6f80022908e79cb64b95828beb2883c7c3ce2a2c | [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 | d458730b649a044268807d1458867e3c1d0577b2 [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)