[roll] Roll fuchsia [serial] Move serial code into //tools/lib

`serial` is not itself a command-line tool, but rather a Go library for
use by command-line tools. So it makes more sense for it to live under
//tools/lib with other similar libraries, rather than at the top level
of //tools.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/599781
Original-Revision: 194861c845107590e02e149b8a50e68b1a339cef
GitOrigin-RevId: d66eae33673fd13e2ad6951110f8fe9f28d98d68
Change-Id: I27b495d428172debe2cc50532724290ba64149a2
1 file changed
tree: f97b25a58ac72b5e2241f2a5657dd285f699ac26
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. test_durations
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.