summaryrefslogtreecommitdiff
path: root/chromium/loader
AgeCommit message (Collapse)Author
2014-07-30Use size for address space reservation.Ben Murdoch
Rather than stat'ing the native library from native code, use a size passed in from Java. Bug: 16403706 Change-Id: I07ad5a774623c1899eb50474d999a2b1447783f0
2014-06-27Add loader library to handle relro sharing.Torne (Richard Coles)
Create a small native library that just contains the JNI code for WebViewFactory, to enable loading of the full WebView native library using android_dlopen_ext. Bug: 13005501 Change-Id: I9608431a66868124f1c1ac618b2c24e2f2608631