| Index: infra/bots/recipe_modules/flavor/gn_android_flavor.py
|
| diff --git a/infra/bots/recipe_modules/flavor/gn_android_flavor.py b/infra/bots/recipe_modules/flavor/gn_android_flavor.py
|
| index 84e98d185fcf56b96788b9c243bc8e282d172470..85ab3732d54d7901c46f1208a14b0dcefd148355 100644
|
| --- a/infra/bots/recipe_modules/flavor/gn_android_flavor.py
|
| +++ b/infra/bots/recipe_modules/flavor/gn_android_flavor.py
|
| @@ -118,7 +118,7 @@ class GNAndroidFlavorUtils(default_flavor.DefaultFlavorUtils):
|
| subprocess.check_call(['adb', 'push',
|
| os.path.realpath(os.path.join(host, p, f)),
|
| os.path.join(device, p, f)])
|
| - """, args=[host, device], cwd=self.m.vars.skia_dir)
|
| + """, args=[host, device], cwd=self.m.vars.skia_dir, infra_step=True)
|
|
|
| def copy_directory_contents_to_host(self, device, host):
|
| self._adb('pull %s %s' % (device, host), 'pull', device, host)
|
|
|