| Index: build/config/android/config.gni
|
| diff --git a/build/config/android/config.gni b/build/config/android/config.gni
|
| index 6a16eb2d68bc82f3c147fcd0ec9e2c2247297525..946f37f9539ff0130645da73b37400f821246132 100644
|
| --- a/build/config/android/config.gni
|
| +++ b/build/config/android/config.gni
|
| @@ -133,6 +133,10 @@ if (is_android) {
|
| # Adds intrumentation to each function. Writes a file with the order that
|
| # functions are called at startup.
|
| use_order_profiling = false
|
| +
|
| + # Builds secondary abi for APKs, supports build 32-bit arch as secondary
|
| + # abi in 64-bit Monochrome and WebView.
|
| + build_apk_secondary_abi = true
|
| }
|
|
|
| # We need a second declare_args block to make sure we are using the overridden
|
|
|