commit | 6fc3cc5e3d3a871351141427ce6cf4f42b463f71 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Thu Feb 20 10:47:20 2020 -0800 |
committer | Tom Cherry <tomcherry@google.com> | Thu Feb 20 11:27:21 2020 -0800 |
tree | cd8591eda8d0b6877f27c7d4211edd9ceed51c29 | |
parent | 750364bd76be3714903f267e7a61de8fb6e69a8c [diff] |
Have vts_ibase_test link all libraries for libinit_test_utils The linker may attempt to link static libraries fully, not just the parts that are being used, so all libraries that a static library uses must be linked into its parent executable. Particularly, recent changes to init are causing a build failure due to this issue. Test: build vts_ibase_test aosp_arm64-userdebug Change-Id: Ibdb907d27c201387c9051e90ba96680a840a6d43