[roll] Roll fuchsia [sdk][build] Use llvm-ifs instead of nm for abi validation

Previously there was an ad-hoc script that used nm to extract
symbols from a shared object. This patch uses llvm-ifs instead.
llvm-ifs is useful for ensuring abi stability, and can also create
stub SO's from the checked in ifs files. A separate patch will
create the stubs to break dependencies in the build and increase
parellelism.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/646766
Original-Revision: e1c585cb97013dea314abcd974f44e45f8c2c519
GitOrigin-RevId: 132ef575b700a7410b0f7714caac7fd9c0da508a
Change-Id: If208a2c08b84a98d00ea6459a100ffd312087adf
1 file changed
tree: 5da71abad30ced7eee9434f554e8fe7eebd6baab
  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
  12. 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.