Description[Cronet] Append version to libcronet library name.
In situations where shared objects fail to install when an app is updated,
this change prevents loading of out-of-date shared objects because the shared
object name now changes with every app update. Loading out-of-date
shared objects can crash the app. Failing to find the shared object
(because the name has changed) gives a LibraryLoader registered with
CronetEngine.Builder.setLibraryLoader() a chance to unzip it from the APK.
R=kapishnikov
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_cronet_tester
Review-Url: https://codereview.chromium.org/2741773003
Cr-Commit-Position: refs/heads/master@{#455971}
Committed: https://chromium.googlesource.com/chromium/src/+/8217d3c2acd05f9d5d5131b4f54743f231bc53a4
Patch Set 1 #
Total comments: 4
Patch Set 2 : address comment #
Messages
Total messages: 12 (5 generated)
|