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:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user