Use the action-scoped tmpdir for temporary files

This is both the correct thing to do, and also makes it much more obvious when
the Assets.car file and Info.plist file are being written to different
directories for reasons of actool being crazy.

--
MOS_MIGRATED_REVID=88853163
1 file changed
tree: 3f3181d1d6e71048c2bc9fd8d7c5e07fd44732e7
  1. base_workspace/
  2. docs/
  3. scripts/
  4. src/
  5. third_party/
  6. tools/
  7. .gitignore
  8. .travis.yml
  9. bootstrap_test.sh
  10. compile.sh
  11. LICENSE.txt
  12. README.md
  13. WORKSPACE
README.md

Bazel

{Fast, Correct} - Choose two

Bazel is a build tool that builds code quickly and reliably. It executes as few build steps as possible by tracking dependencies and outputs, controls the build environment to keep builds hermetic, and uses its knowledge of dependencies to parallelize builds.