• Torne (Richard Coles)'s avatar
    Use the WebView's loader library to load the real library. · 08cfaf67
    Torne (Richard Coles) authored
    Load libwebviewchromiumloader and use it to load the real WebView
    library, to enable sharing of the relro segment between different
    application processes without requiring that the library be preloaded in
    the zygote. A system service is added to track whether the relro segment
    file has been prepared, and block loading of the library until it has
    been.
    
    Bug: 13005501
    Change-Id: I846b37c7b8e2a4eb8a39e4fd455bccbb2048c173
    08cfaf67
Android.mk 44.3 KB