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

Commit 9d7f9185 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "uncrypt: Depend on commonly used shared libs."

parents 11f766af d881d4f2
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -24,13 +24,15 @@ cc_binary {
        "-Werror",
    ],

    static_libs: [
        "libbootloader_message",
        "libotautil",
        "libfs_mgr",
    shared_libs: [
        "libbase",
        "libbootloader_message",
        "libcutils",
        "liblog",
        "libfs_mgr",
    ],

    static_libs: [
        "libotautil",
    ],

    init_rc: [