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
This commit is contained in:
Cole Faust
2023-11-21 18:00:38 -08:00
parent 852b82e5c2
commit 0931c29463

View File

@@ -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
}