commit | 75be098a45bc35bfeb51f096e9a68d550c519677 | [log] [tgz] |
---|---|---|
author | Alessio Balsini <balsini@google.com> | Sun Apr 19 17:33:14 2020 +0100 |
committer | Alessio Balsini <balsini@google.com> | Mon Apr 20 14:54:23 2020 +0100 |
tree | 6a7984c130071a36c3bb528e0d0da15a98fe747c | |
parent | 8ee349bdbd75f8d92fbe25ebd9d7a96979da852b [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 Merged-in: I12ba0516a482dc917848b5f34cccc659a60a4803