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

Commit a2ce91c2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "libsnapshot: Off-line tool for converting OTA payloads to COWs." am: 58c10b77

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1412347

Change-Id: If790cbf3a70bbba0f3431fc5288315b546938623
parents a0dbbdce 58c10b77
Loading
Loading
Loading
Loading
+32 −0
Original line number Diff line number Diff line
@@ -403,3 +403,35 @@ cc_test {
    auto_gen_config: true,
    require_root: false,
}

cc_binary {
    name: "make_cow_from_ab_ota",
    host_supported: true,
    device_supported: false,
    static_libs: [
        "libbase",
        "libbspatch",
        "libbrotli",
        "libbz",
        "libchrome",
        "libcrypto",
        "libgflags",
        "liblog",
        "libprotobuf-cpp-lite",
        "libpuffpatch",
        "libsnapshot_cow",
        "libsparse",
        "libxz",
        "libz",
        "libziparchive",
        "update_metadata-protos",
    ],
    srcs: [
        "make_cow_from_ab_ota.cpp",
    ],
    target: {
        darwin: {
            enabled: false,
        },
    },
}
+690 −0

File added.

Preview size limit exceeded, changes collapsed.