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

Commit 13eba262 authored by Martijn Coenen's avatar Martijn Coenen
Browse files

Update otapreopt_chroot with new libapexd dependencies.

libapexd has added dependencies to libvold_binder (static) and
libbinder/libutils (shared).

Bug: 126740531
Test: builds
Change-Id: Ia1c1a94efc98fb15aa4c7d3cd22c6229c1931b28
parent 290de46e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -145,9 +145,11 @@ cc_binary {
    ],
    shared_libs: [
        "libbase",
        "libbinder",
        "liblog",
        "libprotobuf-cpp-full",
        "libselinux",
        "libutils",
        "libziparchive",
    ],
    static_libs: [
@@ -156,6 +158,7 @@ cc_binary {
        "lib_apex_manifest_proto",
        "libavb",
        "libdm",
        "libvold_binder",
    ],
}