1package { 2 default_applicable_licenses: ["Android-Apache-2.0"], 3} 4 5python_binary_host { 6 name: "collect_ninja_inputs", 7 srcs: [ 8 "collect_ninja_inputs.py", 9 "ninja_metrics_proto/ninja_metrics.py", 10 "ninja_metrics_proto/ninja_metrics.proto", 11 ], 12 libs: [ 13 "libprotobuf-python", 14 ], 15 proto: { 16 canonical_path_from_root: false, 17 }, 18 version: { 19 py3: { 20 embedded_launcher: true, 21 }, 22 } 23} 24