[roll] Roll fuchsia [host-target-testing] Use localhost to set response by appid

Previously, OmahaTool would try to communicate to the mock omaha server
by using the address the Fuchsia device uses. However, it's possible
that the ip address may be different. This changes `SetPkgURL()` to
instead use "localhost", which should always work.

Original-Bug: 116507

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/766673
Original-Revision: c2486f1672f65c858ca27bb7435a587f2fc4014d
GitOrigin-RevId: 6e1f8324d797b31ea3e4efc0b3d6ddf2c42fccfa
Change-Id: I4a34d635906aa6c0a3dfaf7e0fb6117b87fde4f7
1 file changed
tree: 92d8c9aed5f9b0dd24816f35a2918d075222c43b
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.