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:
parent
7d8ac7f122
commit
670f983f45
1 changed files with 16 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue