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
diff --git a/genrule/allowlists.go b/genrule/allowlists.go
index b8e4234..33c3ac3 100644
--- a/genrule/allowlists.go
+++ b/genrule/allowlists.go
@@ -162,15 +162,6 @@
 		"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",