From 0931c29463c90d9611331fdffcd678a9324e91ad Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Tue, 21 Nov 2023 18:00:38 -0800 Subject: [PATCH] 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 --- genrule/allowlists.go | 3 --- 1 file changed, 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 }