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

Commit 63c68b87 authored by Martijn Coenen's avatar Martijn Coenen Committed by android-build-merger
Browse files

Merge "otapreopt: remove transitive libapexd dependencies." am: e5500e6b

am: 0e7cbcfa

Change-Id: Id68dedc78b74c75e1b94eaea4d27771673150bdb
parents 4da63dd9 0e7cbcfa
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",
    ],
}