| Index: android_webview/system_webview_apk_tmpl.gni
|
| diff --git a/android_webview/system_webview_apk_tmpl.gni b/android_webview/system_webview_apk_tmpl.gni
|
| index 828263e2b84ddcb54928e4d4a2d63e92a3ac7cf6..4457910a5475d51193338431ea5cca63662e132b 100644
|
| --- a/android_webview/system_webview_apk_tmpl.gni
|
| +++ b/android_webview/system_webview_apk_tmpl.gni
|
| @@ -25,6 +25,11 @@ template("system_webview_apk_tmpl") {
|
| rebase_path("$root_gen_dir/CHROME_VERSION.json", root_out_dir)
|
| native_lib_version_arg = "@FileArg($_native_lib_file:full-quoted)"
|
| extensions_to_not_compress = ".lpak,.pak,.bin,.dat"
|
| + if ((!defined(build_64bit_only_webview) || !build_64bit_only_webview) &&
|
| + android_64bit_target_cpu) {
|
| + secondary_abi_shared_libraries =
|
| + [ "//android_webview:webviewchromium_secondary_abi_lib" ]
|
| + }
|
|
|
| if (!is_java_debug) {
|
| proguard_enabled = true
|
|
|