OSDN Git Service

[WebView] Only pass one path to relro creation/loading at a time.
authorGustav Sennton <gsennton@google.com>
Thu, 5 Oct 2017 14:34:13 +0000 (15:34 +0100)
committerGustav Sennton <gsennton@google.com>
Thu, 5 Oct 2017 14:49:10 +0000 (15:49 +0100)
commitae498f270230e20b5a777ed2d6387a21767625a3
treea3a987afe4b59ff8bde6b3457d2c6a4a33be8768
parent36eaefa9cc58a3086256becd103234e607f80e8a
[WebView] Only pass one path to relro creation/loading at a time.

There's no need to send both 32-bit and 64-bit paths to the native side
of the relro-creation/loading logic, we can check which one to send on
the java side instead.

Bug: 28736099
Test: Load WebView app, ensure relro file is loaded into the app
process.

Change-Id: Ia3fb4b3ed686c3e70c26a384aae966bda179d225
core/java/android/webkit/WebViewFactory.java
core/java/android/webkit/WebViewLibraryLoader.java
native/webview/loader/loader.cpp