Merge "Specify list_files to be built with embedded launcher"

This commit is contained in:
Jihoon Kang
2023-04-06 16:54:02 +00:00
committed by Gerrit Code Review

View File

@@ -92,4 +92,9 @@ python_binary_host {
srcs: [
"list_files.py",
],
version: {
py3: {
embedded_launcher: true,
}
}
}