[roll] Roll fuchsia [bt][avrcp] Define production and testonly core shards

This change lays the groundwork for making the AVRCP component product
variable.

Define a core shard for AVRCP-only to be included in configurations that
support AVRCP.

Remove AVRCP's decl in core.cml so that it can be a product-variable
child of core.

Remove AVRCP's capability routes from appmgr as we can no longer
define static routes like these since AVRCP is product-dependent.

We expect A2DP and AVRCP to exist in all current configurations.
Therefore, it's sensible to include the AVRCP shard in the A2DP shard.
In the future, should the need arise for A2DP-only, we can define an
A2DP-only core shard.

Define a testonly core shard to expose the testing `PeerManagerExt`
capability route.

Original-Bug: 86390
Test: fx build
Test: Manual, fx reboot and verify bt-avrcp, bt-a2dp startup OK.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/653525
Original-Revision: e2d6bfe191409f51df63a04b1b59f4bc632025ab
GitOrigin-RevId: 34f63e9f812340aad7d19c788389d423b735d029
Change-Id: I57816dc07af782c78c2249a65444a501c7d893c3
1 file changed
tree: 4a0e60659cb43f525c09fdd060ff867b49e85d2b
  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.