commit | 591462547fb40837e6fdc40e9c5c984634dfe24f | [log] [tgz] |
---|---|---|
author | Seth Moore <sethmo@google.com> | Fri Jul 02 08:59:23 2021 -0700 |
committer | Seth Moore <sethmo@google.com> | Fri Jul 02 10:30:16 2021 -0700 |
tree | 7b5720bccd998f9db64a46b25c009054286966d4 | |
parent | 2edc36ce1ce3dc5b610d456573fac2c15531ef73 [diff] |
Optimize dependencies in rkp_factory_extraction_tool The binary depended on a number of shared libs, but now uses static linking where possible. Stop linking to libvintf, which may not be available in a factory image (it's not vendor-available). Mark rkp_factory_extraction_tool as a vendor binary, allowing it to be included in factory images. Bug: 191301285 Test: Manually run tool on device Change-Id: I1747f809ffd2d3d605c9f4ee81e9f40cc3a189c4