[roll] Roll fuchsia [ffx] Rename the common lib build label

In our recent refactor, we renamed all of the build targets in the ffx
emu plugin so that the build label matches the crate label. We left out
the common lib, because we had another plugin which depended on it. Now
that that dependency is removed, we can finish the refactor safely.

This CL renames the build target fro "lib" to "ffx_emulator_common", to
match the crate label. It also updates all of the references to that
target accordingly.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/605304
Original-Revision: 8ddff2d816815bd20c93701c20df5a2ebde05aff
GitOrigin-RevId: d364f1603dc1c01026a44ad07acba5e8310873e4
Change-Id: Id98c9ce24ff2348c18d2d567891cc7017ff68d15
1 file changed
tree: 9e1290f1880384efeaf7ba98e618ed7b35104643
  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.