Move WebView relro related functionality to its own file.
WebViewFactory contains a mix of functionality related to preparing and loading WebView. This CL breaks out the functionality related to relro-creation and native library loading into its own class/file to make WebViewFactory easier to interpret. Some variables/methods must stay in WebViewFactory since they are SystemApis. Bug: 28736099 Test: start WebView-using app, ensure libwebviewchromium64.relro is loaded into the app process. Change-Id: I956e1536f23d47f1de1b6c23fc6abeb2768b58ae
Loading
Please register or sign in to comment