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

Commit 06c086dd authored by Daniel Zheng's avatar Daniel Zheng
Browse files

Rename basic_v2_writer

Gonna add to this binary options to write v2 + v3 cow, + some additional
configurations (for testing purposes). I think this binary can serve as
something to use in parallel with inspect_cow

Test: m write_cow
Change-Id: I93c703b246baa5b400044436a94b33a32e03ea68
parent 3aee7196
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,14 +23,14 @@ cc_binary {


cc_binary {
    name: "basic_v2_cow_writer",
    name: "write_cow",
    host_supported: true,
    defaults: [
        "fs_mgr_defaults",
        "libsnapshot_cow_defaults",
    ],

    srcs: ["basic_v2_cow_writer.cpp"],
    srcs: ["write_cow.cpp"],

    static_libs: [
        "libsnapshot_cow",