[roll] Roll fuchsia [forensics] Allow user/userdebug configs to be used on eng builds

User/userdebug configs can be included on eng builds by adding the
following to GN args:

```

base_package_labels = [
    "//src/developer/forensics:userdebug_configs_for_eng"
]
```

Note, attempting to use this this build target on user/userdebug builds
will fail because the assembly config and the GN args cause the same
config data file for Feedback to be included.

Original-Bug: 312749175
TESTED=Included target on eng, user, and userdebug builds

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/950758
Original-Revision: ade59f419440ed379b4e156fa9260364a1882bb9
GitOrigin-RevId: a46ecf22eaff8dc1fe1715ec4c785e94bdbd799d
Change-Id: Idae0c3e63f635d8e5f1216fc7355b4b2cd29fa3a
1 file changed
tree: 4f64d0fd292628dd74aa68f7c63de472f8411b9e
  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.