Remove clear /data/local/tmp steps.
authormtklein <mtklein@chromium.org>
Tue, 13 Sep 2016 18:17:58 +0000 (11:17 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 13 Sep 2016 18:17:58 +0000 (11:17 -0700)
commit649985a530c39afcda23d1f188fa2fc92df3ac56
treeadf344376b2b06b59ec63a59235d9e15a9bf44d7
parent6270e558c31b75d02db6f598e93f2e3b701ccb7f
Remove clear /data/local/tmp steps.

These were intended to prevent GN and GYP Android bots from stomping on
each other.  Turns out, they don't, even without this... they're writing
most files to completely separate paths:
  - GYP puts most data under $EXTERNAL_STORAGE, generally /sdcard
    and its binaries (libdm.so, libnanobench.so, libskia.so, skia_launcher)
    in /data/local/tmp;
  - GN puts everything under /data/local/tmp, and its binaries (dm, nanobench)
    don't overlap GYP's.

So clearing /data/local/tmp was essentially just removing GN's data; GYP's
data file caching was never affected and can't conflict with GN's.

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

Review-Url: https://codereview.chromium.org/2340473002
infra/bots/recipe_modules/flavor/gn_android_flavor.py
infra/bots/recipes/swarm_test.expected/Test-Android-Clang-AndroidOne-CPU-MT6582-arm-Release-GN_Android.json