Skip to content
Snippets Groups Projects
Commit 411533bc authored by Drew Fisher's avatar Drew Fisher Committed by CQ bot account: commit-bot@chromium.org
Browse files

[zxcrypt] statically link most dependencies

This change:

* splits //zircon/system/ulib/zxcrypt into two libraries, so that the
  FDIO dependencies don't leak into the driver, and vice versa
* reduces the set of dependencies of the driver to those actually
  required
* cuts out some transitive dependencies on libraries that are not used
  at all by dependencies of zxcrypt

Tests: added some assert_no_deps in the build, and checked the
dependencies of the new artifact:

(15:24:39) zarvox@zarvox-linux ~/fuchsia/out $ readelf -d ./default.zircon/user-x64-gcc.shlib/obj/system/dev/block/zxcrypt/zxcrypt.so | grep Shared
 0x0000000000000001 (NEEDED)             Shared library: [libzircon.so]
 0x0000000000000001 (NEEDED)             Shared library: [libdriver.so]
 0x0000000000000001 (NEEDED)             Shared library: [libc.so]

DNO-492 #comment zxcrypt.so links most things statically

Change-Id: Ic7d179ae77af6e1efbaa10624ecadcd8b27134f9
parent 8bfe040f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment