Sandbox LTP genrules

gen_ltp_config used to read files from the source tree,
but this cl refactors it to package all the files it
needs into the tool itself, so it's more hermetic and
all the genrules don't need to explicitly list the files
the tool needs.

go/roboleaf-busy-beavers-sandboxing

Bug: 307824623
Test: diff'd the files produced by the ltp_config_* genrules before/after this change
Change-Id: Ia72084965dcb8659394068b7c6877adb1c882dc2
This commit is contained in:
Cole Faust 2023-11-02 22:23:01 -07:00
parent 4e6c3ef59b
commit 9cae593d97

View file

@ -162,15 +162,6 @@ var (
"libxml2_xml_fuzz_corpus",
"link_layer_packets_python3_gen",
"llcp_packets_python3_gen",
"ltp_config_arm",
"ltp_config_arm_64",
"ltp_config_arm_64_hwasan",
"ltp_config_arm_64_lowmem",
"ltp_config_arm_64_lowmem_hwasan",
"ltp_config_arm_lowmem",
"ltp_config_riscv_64",
"ltp_config_x86",
"ltp_config_x86_64",
"measure_io_as_jar",
"nos_app_avb_service_genc++",
"nos_app_avb_service_genc++_headers",