Remove SandboxingDenyPathList

It's no longer used.

Bug: 307824623
Test: m nothing --no-skip-soong-tests
Change-Id: I181de9d852f4025c6c5829cc4941ffb705f7cb50
This commit is contained in:
Cole Faust
2024-03-15 12:46:14 -07:00
parent ed9005b556
commit e762b94fe7
2 changed files with 1 additions and 11 deletions

View File

@@ -21,9 +21,4 @@ var (
"com.google.pixel.camera.hal.manifest",
// go/keep-sorted end
}
SandboxingDenyPathList = []string{
// go/keep-sorted start
// go/keep-sorted end
}
)