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

Commit 0e7cbcfa authored by Martijn Coenen's avatar Martijn Coenen Committed by android-build-merger
Browse files

Merge "otapreopt: remove transitive libapexd dependencies."

am: e5500e6b

Change-Id: I79e7dcb3d171f939b85427672fcba95a2e468d93
parents be4a5859 e5500e6b
Loading
Loading
Loading
Loading
+1 −11
Original line number Diff line number Diff line
@@ -138,6 +138,7 @@ cc_binary {

cc_binary {
    name: "otapreopt_chroot",
    defaults: ["libapexd-deps"],
    cflags: [
        "-Wall",
        "-Werror",
@@ -150,22 +151,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",
    ],
}