[roll] Roll fuchsia [feedback] Remove fuchsia.feedback/DataProvider.GetScreenshot

GetScreenshot is no longer used and can be removed. To discourage users
of old API levels from taking a new dependency on GetScreenshot,
Feedback will simply print an error when called. This also helps cleanup
Feedback code.

GetScreenshot can be completely deleted once only F26+ is supported.

Original-Bug: 334928618
Tested: `fx test //src/developer/forensics`
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1153820
Original-Revision: f24b1546bced5fee988c44cd3e6cad343dd3e064
GitOrigin-RevId: c2cb62223ba286faf271daa6eb11b8939b7d54d3
Change-Id: Id32d46eafd1ce3c95b624da9209857a9dc79696a
1 file changed
tree: bbefefec2941fe52c81840e2375c9b1487015f91
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.