[roll] 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: 1ad568fc81a328642cbd4773e2ec9a09513f9ab6
Change-Id: I87cef36450da03d2d9f5a69e592c87d93781964a
1 file changed
tree: 045c7e7c589d132472f3dab0d8c229bbb7331e7a
  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.