| Index: chrome/android/BUILD.gn
|
| diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
|
| index 0b12617e24795fa4243ebed50e5e047efed9754e..7a051ef5bb051fb5e84af7a83f47854471667c12 100644
|
| --- a/chrome/android/BUILD.gn
|
| +++ b/chrome/android/BUILD.gn
|
| @@ -471,14 +471,6 @@ template("chrome_public_apk_tmpl_shared") {
|
|
|
| native_lib_version_rule = "//build/util:chrome_version_json"
|
|
|
| - # Only attempt loading the library from the APK for 64 bit devices
|
| - # until the number of 32 bit devices which don't support this
|
| - # approach falls to a minimal level - http://crbug.com/390618.
|
| - if (chromium_linker_supported &&
|
| - (target_cpu == "arm64" || target_cpu == "x64")) {
|
| - load_library_from_apk = chrome_public_apk_load_library_from_apk
|
| - }
|
| -
|
| deps += [
|
| ":chrome_java",
|
| ":chrome_public_apk_assets",
|
|
|