Save collect.zip and difftool.zip paths before running soong again

Now that standalone bazel builds and mixed builds both place
their convenience symlinks in out/soong/workspace, if you run
a b build followed by a mixed build you won't be able to access
the b build artifacts via the convenience symlinks.

Bug: 234449134
Test: ./build/bazel/ci/diffs.sh
Change-Id: I381d849bdf48a1527c6cfa1ee590c7ca0f6a1005
1 file changed
tree: d48a3937861d3aea27c1e2272aa466486695568b
  1. bin/
  2. ci/
  3. compliance/
  4. docs/
  5. examples/
  6. flags/
  7. json_module_graph/
  8. mk2rbc/
  9. platforms/
  10. product_config/
  11. product_variables/
  12. rules/
  13. scripts/
  14. tests/
  15. vendor/
  16. .gitignore
  17. bazel.BUILD
  18. bazel.WORKSPACE
  19. buildifier_hook.sh
  20. common.bazelrc
  21. darwin.bazelrc
  22. linux.bazelrc
  23. OWNERS
  24. PREUPLOAD.cfg
  25. README.md
README.md

Bazel

The code in this directory is experimental. Bazel support for Android Platform is undergoing active development and workflow stability is currently not guaranteed.