Sandbox com.google.pixel.camera.hal.manifest

It's now taking advantage of the uses_order_only_build_number_file
feature of genrules, and doesn't need to be excempted from sandboxing.

Bug: 307824623
Test: Presubmits
Change-Id: I6ae5da7518990fbf4083aeac1aaba770210a4be1
This commit is contained in:
Cole Faust
2024-09-09 16:50:37 -07:00
parent 219009f606
commit 65922b20fa

View File

@@ -17,7 +17,6 @@ package genrule
var (
SandboxingDenyModuleList = []string{
// go/keep-sorted start
"com.google.pixel.camera.hal.manifest",
// go/keep-sorted end
}
)