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

Commit bf72b25a authored by Julien Desprez's avatar Julien Desprez
Browse files

Export create_snapshot to sdk targets

Similar to fastboot binaries. This will ease the
automation to use this tool

Test: presubmit
Bug: 290951369
Change-Id: I5c879acc7cdecbafebfa074ef76034403cb0cd72
parent 51e3b9cb
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -476,6 +476,14 @@ cc_binary {
    header_libs: [
        "libstorage_literals_headers",
    ],

    dist: {
        targets: [
            "sdk",
            "sdk-repo-platform-tools",
            "sdk_repo",
        ],
    },
}

python_library_host {