[roll] Roll fuchsia [bt] Remove bt-rfcomm from core group

`bt-rfcomm` is not required for core Bluetooth functionality. It is
declared as a static child of `bt-init`. However, `bt-init` can function
if RFCOMM is not available - `bredr.Profile` requests get forwarded
directly to bt-host.

`bt-rfcomm` will instead be included on a per-product basis. Currently,
`bt-hfp-audio-gateway` is the only BT profile that requires RFCOMM
support so we opt to include the RFCOMM package in configurations that
include HFP-AG.

Original-Bug: b/42059641
Test: fx build, fx reboot device and verify `bt-rfcomm.cm` starts up OK.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/972954
Original-Revision: 4d5572cba81de8038d8f33ddf81a1a6053470e68
GitOrigin-RevId: 5ed1a2d9bef7bb90e545c5cd94cc4c240f4b47d7
Change-Id: I77fdc8a528aa0c54615804729e31d8e8f8b6f990
1 file changed
tree: 44158d189362a8ef214736a00d1ed75c1f3465f5
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.