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

Commit 260882bb authored by Jooyung Han's avatar Jooyung Han Committed by android-build-merger
Browse files

Merge "installd: add dependencies required by apexd"

am: 734bd213

Change-Id: I26634d83f83a6718bbd5cf01a99968ccac2ae3f8
parents 3cddd2c1 734bd213
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -146,6 +146,7 @@ cc_binary {
    shared_libs: [
    shared_libs: [
        "libbase",
        "libbase",
        "libbinder",
        "libbinder",
        "libcrypto",
        "liblog",
        "liblog",
        "libprotobuf-cpp-full",
        "libprotobuf-cpp-full",
        "libselinux",
        "libselinux",
@@ -158,6 +159,7 @@ cc_binary {
        "lib_apex_manifest_proto",
        "lib_apex_manifest_proto",
        "libavb",
        "libavb",
        "libdm",
        "libdm",
        "libverity_tree",
        "libvold_binder",
        "libvold_binder",
    ],
    ],
}
}