Chromium Code Reviews| Index: build/config/android/config.gni |
| diff --git a/build/config/android/config.gni b/build/config/android/config.gni |
| index 6a16eb2d68bc82f3c147fcd0ec9e2c2247297525..08206ab3ca4384b7e379948b4ce23eaa246e38f4 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 |
| + |
| + # Use apk_merger script to generate 64-bit WebView and Monochrome APK |
| + # which has both 32-bit and 64-bit binaries. |
| + merge_64bit_webview_and_monochrome = false |
|
Torne
2016/09/19 13:36:28
The description of this implies that it does the e
michaelbai
2016/09/19 21:22:26
As Torne and I discussed offline, we came back to
|
| } |
| # We need a second declare_args block to make sure we are using the overridden |