[roll] Roll fuchsia [bt][gap] Migrate to fuchsia lib, minor cleanup

Migrate to more modern testing and component libraries:
 - Use #[fuchsia::test] instead of #[fuchsia_async::run_*]
 - Use #[fuchsia::component]

This should mean we get logs in tests when available for better
debugging, and also be able to select log levels when using the log
framework.

Remove placeholder_node as we can use Node::default() instead.

Update some async functions to return a Future immediately instead of
borrowing &self until completion, remove async from non-async fn.

Test: refactor and logging only
Test: fx test bt-gap-unittests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/659794
Original-Revision: e6bcf55f48424115750c1a101e4fade6d6f6a921
GitOrigin-RevId: 8fb633b22c2dae562c4bb350e8806a380e83e109
Change-Id: If243fc6327216f609112f4f59c446cf1f215c0e7
1 file changed
tree: e6dc5f26bd578c1cea8d6365791a65225c4fe0b1
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.