From 9cae593d978b9e663892d70060dabededde1c28b Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Thu, 2 Nov 2023 22:23:01 -0700 Subject: [PATCH] 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 --- genrule/allowlists.go | 9 --------- 1 file changed, 9 deletions(-) diff --git a/genrule/allowlists.go b/genrule/allowlists.go index b8e4234e4..33c3ac3c1 100644 --- a/genrule/allowlists.go +++ b/genrule/allowlists.go @@ -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",