| Index: build/config/android/config.gni
|
| diff --git a/build/config/android/config.gni b/build/config/android/config.gni
|
| index 1b777696dec4b63945dc53685f379910db609b75..7abf51ab9f49490ff18eb207bcdf3ef6e6653d9c 100644
|
| --- a/build/config/android/config.gni
|
| +++ b/build/config/android/config.gni
|
| @@ -75,6 +75,10 @@ if (is_android) {
|
|
|
| # Speed up dexing using dx --incremental.
|
| incremental_dx = true
|
| +
|
| + # Adds intrumentation to each function. Writes a file with the order that
|
| + # functions are called at startup.
|
| + use_order_profiling = false
|
| }
|
|
|
| # Host stuff -----------------------------------------------------------------
|
|
|