diff options
author | 2024-09-09 16:50:37 -0700 | |
---|---|---|
committer | 2024-09-09 16:50:37 -0700 | |
commit | 65922b20fa6984733d6b5f3d12a272b5c7c3ad11 (patch) | |
tree | 2b48370ebfb643dd4a2534596a80736019141173 /genrule | |
parent | 219009f60695ba87d382f03f1de59b9f1b6170b2 (diff) |
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
Diffstat (limited to 'genrule')
-rw-r--r-- | genrule/allowlists.go | 1 |
1 files changed, 0 insertions, 1 deletions
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 } ) |