Merge "create_snapshot: Build the binary as static" into main

This commit is contained in:
Akilesh Kailash 2024-05-25 06:01:33 +00:00 committed by Gerrit Code Review
commit c398bfd879

View file

@ -503,6 +503,8 @@ cc_binary {
enabled: false,
},
},
stl: "libc++_static",
static_executable: true,
}
python_library_host {