[roll] Roll fuchsia [security][lib] Transition kms-stateless, zxcrypt, fcrypto and tee to //src/security/lib.

This change moves these four directories to their new location under
//src/security/lib and transitions all the usages in-tree to that
new location. There is no functional change in this CL. I decided
to bulk migrate to prevent having to roll each individually which
would take several hours. I have preserved history for each file
and I have left the minimal build stubs required to make it all work
while it is transitioned.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/756502
Original-Revision: 8131cbb5ce58fca09e17d39dbee9dacee9aab430
GitOrigin-RevId: c032976c2fad135926f31260a2d2333ee226e0bc
Change-Id: I6bb5ffb791e2dfaacbc121043e03225d66c147ab
1 file changed
tree: 3ad7f9fb02f4048f186d2a045078e0ab3a2363bd
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.