commit | 0c27fb8c5d219712d5313b1a2c4db3f017e27fd6 | [log] [tgz] |
---|---|---|
author | Alessio Balsini <balsini@google.com> | Sun Apr 19 17:33:14 2020 +0100 |
committer | Alessio Balsini <balsini@google.com> | Sun Apr 19 18:34:32 2020 +0000 |
tree | b91b1c73692a6b4bc83b268a47b11135d91d45bf | |
parent | ff08a51a726d37379ee09901e57557a144f0192c [diff] |
Fix liblp imported both as static and dynamic lib In vts_libsnapshot_test, liblp was explicitly imported as static library, but due to the importing of libsnapshot_defaults, it also inherited the shared importing. The import in libsnapshot_default, is not required, drop it. Test: manual inspection with ldd Bug: 148889015 Signed-off-by: Alessio Balsini <balsini@google.com> Change-Id: I12ba0516a482dc917848b5f34cccc659a60a4803