[roll] Roll fuchsia [safemath] Replace zx_library() with library_headers().

The safemath header-only library can be modeled by a library_headers()
target instead of a zx_library() one. This avoids the creation of an
empty libsafemath.a file that is linked into all dependents, without
changing the semantics of the target.

This is the only use of 'kernel = false' in a zx_library() instance,
which is replaced here with an explicit assert. This CL thus prepares
for the removal of the 'kernel' parameter from zx_library() in a
future CL.

Original-Bug: 83881
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/576425
Original-Revision: dfb9be109e44caa6310f56aa276cb2b9343ee620
GitOrigin-RevId: ff6cdccfe40cee7d1b84468a61700f4a77754dda
Change-Id: I8909f923070f6285ef981cecfc6139e4c4919eb6
1 file changed
tree: 0a8eb84047eb21d8d7843f8fb1fffdf47166083b
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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.