Merge "Reland exporting create_snapshot" into main
This commit is contained in:
commit
5b3f7c3283
1 changed files with 16 additions and 0 deletions
|
|
@ -476,6 +476,22 @@ cc_binary {
|
||||||
header_libs: [
|
header_libs: [
|
||||||
"libstorage_literals_headers",
|
"libstorage_literals_headers",
|
||||||
],
|
],
|
||||||
|
|
||||||
|
dist: {
|
||||||
|
targets: [
|
||||||
|
"sdk",
|
||||||
|
"sdk-repo-platform-tools",
|
||||||
|
"sdk_repo",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
darwin: {
|
||||||
|
enabled: false,
|
||||||
|
},
|
||||||
|
windows: {
|
||||||
|
enabled: false,
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
python_library_host {
|
python_library_host {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue