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
This commit is contained in:
Julien Desprez 2023-09-07 09:38:38 -07:00
parent 7d8ac7f122
commit 670f983f45

View file

@ -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 {