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

Commit 670f983f authored by Julien Desprez's avatar Julien Desprez
Browse files

Reland exporting create_snapshot

Previous attempt: aosp/2743815
Disabled on windows & mac.

Test: presubmit, (previously failed build: https://android-build.googleplex.com/builds/abtd/run/L06100000962955289?referrer=email now passing)
Bug: 290951369
Change-Id: I3d8084c13d843ea5919e3b50a0513faf386ccfed
parent 7d8ac7f1
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -476,6 +476,22 @@ cc_binary {
    header_libs: [
        "libstorage_literals_headers",
    ],

    dist: {
        targets: [
            "sdk",
            "sdk-repo-platform-tools",
            "sdk_repo",
        ],
    },
    target: {
        darwin: {
            enabled: false,
        },
        windows: {
            enabled: false,
        },
    },
}

python_library_host {