aboutsummaryrefslogtreecommitdiff
path: root/genrule
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2023-11-21 18:00:38 -0800
committerCole Faust <colefaust@google.com>2023-11-21 18:00:38 -0800
commit0931c29463c90d9611331fdffcd678a9324e91ad (patch)
tree83c9bcb973b3dcf584b5cdb6601e5c93311b2880 /genrule
parent852b82e5c2008b47c508c941cd781c2f3f52db03 (diff)
Sandbox tflite-support genrules
go/roboleaf-busy-beavers-sandboxing Bug: 307824623 Test: ./build/soong/tests/genrule_sandbox_test.py tflite_support_metadata_schema tflite_support_spm_config tflite_support_spm_encoder_config Change-Id: Iab64f9f3125977685a5aa1ccffb093a68e4ac68b
Diffstat (limited to 'genrule')
-rw-r--r--genrule/allowlists.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/genrule/allowlists.go b/genrule/allowlists.go
index 779c01293..f0fcbbfa7 100644
--- a/genrule/allowlists.go
+++ b/genrule/allowlists.go
@@ -18,9 +18,6 @@ var (
DepfileAllowList = []string{
// go/keep-sorted start
"depfile_allowed_for_test",
- "tflite_support_metadata_schema",
- "tflite_support_spm_config",
- "tflite_support_spm_encoder_config",
// go/keep-sorted end
}