aboutsummaryrefslogtreecommitdiff
path: root/genrule
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2023-12-05 12:54:48 -0800
committerCole Faust <colefaust@google.com>2023-12-08 10:57:27 -0800
commitbcfc29957573fe8ec044692fd78c207d78fe5961 (patch)
tree686cbc3b7ab5a35a7a47209b1db599f7e2cd2478 /genrule
parentce74a59bb2293a62a94e3fd6d426d70b05615f1b (diff)
Remove art/test from genrule allowlist
go/android-busy-beavers-sandboxing Bug: 307824623 Test: mm in art/test Change-Id: Ic37343ad873f71461db984b030f6beda5279207c
Diffstat (limited to 'genrule')
-rw-r--r--genrule/allowlists.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/genrule/allowlists.go b/genrule/allowlists.go
index 926d6c0c6..8abf73e19 100644
--- a/genrule/allowlists.go
+++ b/genrule/allowlists.go
@@ -32,7 +32,6 @@ var (
SandboxingDenyPathList = []string{
// go/keep-sorted start
- "art/test",
// go/keep-sorted end
}
)