[roll] Roll fuchsia [boringssl] Unnest boringssl [1/3]

1) Check the Fuchsia specific files for boringssl into fuchsia.git under
//build/secondary. This allows us to remove the repository that
containts them from the checkout in step #2.

TODO:
2) Remove //third_party/boringssl and //third_party/boringssl/src from
the checkout. The latter will immediately be superseded by the same
content at the same location in the checkout (`jiri` will do a delete +
create)
3) Move the fuchsia specific files for boringssl into
//third_party/boringssl as part of fuchsia.git

This CL also removes a number of unnecessary files (LICENSE, AUTHORS,
PATENTS) and changes the path in GN files for the source files moved to
//build/secondary to be absolute as GN does not search in
//build/secondary for the relative paths.

Original-Bug: b/189325238
Original-Bug: 59863
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/628243
Original-Revision: b3a5840bf7bdb99563d5f01eb1594ac85000771c
GitOrigin-RevId: 652dad6e96b6e1e68d90389ea1518cc6aedc3230
Change-Id: I968f834f1433e927163a9ac286b1ff00964a0063
1 file changed
tree: c64163dc9d918bd48547b57dee71e466a7abcbdd
  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
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.