I missed an infra_step, pushing directories.

NOTREECHECKS=true

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2337793003

Review-Url: https://codereview.chromium.org/2337793003
This commit is contained in:
mtklein 2016-09-13 07:20:47 -07:00 committed by Commit bot
parent fed033491c
commit 5718b2df4c

View File

@ -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)