[roll] Roll fuchsia [driver] Remove libdriver.so from loader allowlist

Removes the libdriver.so from the driver host's loader service
allowlist. Now that migration to dfv2 is complete we will never want to
load this shared library. For dfv1 drivers, they go through the
compat/loader.cc which intercepts requests for this shared library and
load its own. DFv2 drivers should never attempt to load this library.

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