Move aidl_camera_build_version to build number allowlist

This allows us to get most of the benefits of genrule sandboxing,
and defer deciding what to do about the build number until later.

Bug: 307824623
Test: m aidl_camera_build_version
Change-Id: Ib3f4dd6d270ac56d068593c95ee40db44962b845
This commit is contained in:
Cole Faust
2024-08-23 15:21:13 -07:00
parent 4b98396c64
commit f23fdc048e
2 changed files with 18 additions and 5 deletions

View File

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