[roll] Roll fuchsia [superproject] Roll antlion [antlon_host_test] Allow caller to specify python_binary dependencies

The new wlanix integration tests need to depend on a local library not
available in antlion. This requires adding dependencies to the
python_binary target created in a antlion_host_test. But
antlion_host_test was adding all dependencies to the host_test_data
target instead.

This change aligns antlion_host_test with python_mobly_test in how
variable from the invoker forward to the python_binary target.

Original-Bug: 367446659
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1120556
Original-Revision: b7ddf913126865527a15915df13fe9a61214ff3e
GitOrigin-RevId: 0fa7629bd3dfafd9746ddb15f6325164f400b855
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1120690
Original-Revision: 94b82041fc9db40d0eb7fb4a68c45c7ca1dace65
Change-Id: I128c408f8571efe9a6494a7554285e1bf3d1cc9c
1 file changed
tree: b3f8de966926323ef9ef92b568b78a3656b0d019
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.