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

Commit e5500e6b authored by Martijn Coenen's avatar Martijn Coenen Committed by Gerrit Code Review
Browse files

Merge "otapreopt: remove transitive libapexd dependencies."

parents 0ba6a437 8af07d93
Loading
Loading
Loading
Loading
+1 −11
Original line number Diff line number Diff line
@@ -133,6 +133,7 @@ cc_binary {

cc_binary {
    name: "otapreopt_chroot",
    defaults: ["libapexd-deps"],
    cflags: [
        "-Wall",
        "-Werror",
@@ -145,22 +146,11 @@ cc_binary {
    ],
    shared_libs: [
        "libbase",
        "libbinder",
        "libcrypto",
        "liblog",
        "libprotobuf-cpp-full",
        "libselinux",
        "libutils",
        "libziparchive",
    ],
    static_libs: [
        "libapex",
        "libapexd",
        "lib_apex_manifest_proto",
        "libavb",
        "libdm",
        "libverity_tree",
        "libvold_binder",
    ],
}