Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 75be098a authored by Alessio Balsini's avatar Alessio Balsini
Browse files

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: default avatarAlessio Balsini <balsini@google.com>
Change-Id: I12ba0516a482dc917848b5f34cccc659a60a4803
Merged-in: I12ba0516a482dc917848b5f34cccc659a60a4803
parent 8ee349bd
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -26,7 +26,6 @@ cc_defaults {
        "libbase",
        "libbase",
        "libcutils",
        "libcutils",
        "liblog",
        "liblog",
        "liblp",
    ],
    ],
    static_libs: [
    static_libs: [
        "libdm",
        "libdm",