Chromium Code Reviews| Index: components/cronet/tools/cr_cronet.py |
| diff --git a/components/cronet/tools/cr_cronet.py b/components/cronet/tools/cr_cronet.py |
| index 49a58a6c655af33ae6039a2c12f5ca795b2d0b64..9698e54a946a1f8f3044dff585e41bc9d83fda86 100755 |
| --- a/components/cronet/tools/cr_cronet.py |
| +++ b/components/cronet/tools/cr_cronet.py |
| @@ -95,7 +95,7 @@ def main(): |
| else: |
| target_os = 'android' |
| test_target = 'cronet_test_instrumentation_apk' |
| - gn_args = 'use_errorprone_java_compiler=true arm_use_neon=false ' |
| + gn_args = 'is_official_build=true use_errorprone_java_compiler=true arm_use_neon=false ' |
|
mgersh
2017/05/16 21:22:55
Should this be only on release builds?
mef
2017/05/17 16:01:14
Done.
|
| gn_extra = '' |
| out_dir_suffix = '' |