Remove art/test from genrule allowlist

go/android-busy-beavers-sandboxing

Bug: 307824623
Test: mm in art/test
Change-Id: Ic37343ad873f71461db984b030f6beda5279207c
This commit is contained in:
Cole Faust
2023-12-05 12:54:48 -08:00
parent ce74a59bb2
commit bcfc299575

View File

@@ -32,7 +32,6 @@ var (
SandboxingDenyPathList = []string{
// go/keep-sorted start
"art/test",
// go/keep-sorted end
}
)