[roll] Roll fuchsia [kernel] Delete unused watchdog library

Deletes //zircon/kernel/lib/watchdog, which was unused and (as far
as I can tell) wasn't even being built anymore.

Why delete it now? I'd like to move all of the watchdog code over
to boot time, but I'm not sure how to do that with this library
without rewriting it and potentially resurrecting the
platform_watchdog_pet APIs. Deletion seemed simpler than that.

Original-Bug: 341785588
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1185839
Original-Revision: d53eee28a2ea602e2c8b31663047092b046dab3b
GitOrigin-RevId: bf68ccdc5824de3bdb0debb40d8534e063e1a202
Change-Id: I30f9f6e18df39638fe1c8169526313149849226e
1 file changed
tree: c77e029b489435546ee4392102f3c61f980432cd
  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.