From 65922b20fa6984733d6b5f3d12a272b5c7c3ad11 Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Mon, 9 Sep 2024 16:50:37 -0700 Subject: [PATCH] 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 --- genrule/allowlists.go | 1 - 1 file changed, 1 deletion(-) diff --git a/genrule/allowlists.go b/genrule/allowlists.go index 4f1b320f8..45a7f727c 100644 --- a/genrule/allowlists.go +++ b/genrule/allowlists.go @@ -17,7 +17,6 @@ package genrule var ( SandboxingDenyModuleList = []string{ // go/keep-sorted start - "com.google.pixel.camera.hal.manifest", // go/keep-sorted end } )