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

Commit 7faa0c16 authored by Jooyung Han's avatar Jooyung Han Committed by Android (Google) Code Review
Browse files

Merge "host_init_verifier: use shared libs if possible" into main

parents 922b6d01 19943ac9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -599,18 +599,18 @@ cc_defaults {
        "-Werror",
    ],
    static_libs: [
        "libbase",
        "libfstab",
        "libselinux",
        "libpropertyinfoserializer",
        "libpropertyinfoparser",
    ],
    whole_static_libs: ["libcap"],
    shared_libs: [
        "libbase",
        "libcutils",
        "liblog",
        "libprocessgroup",
        "libprotobuf-cpp-lite",
        "libselinux",
    ],
    proto: {
        type: "lite",