Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 65922b20 authored by Cole Faust's avatar Cole Faust
Browse files

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
parent 219009f6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@ package genrule
var (
	SandboxingDenyModuleList = []string{
		// go/keep-sorted start
		"com.google.pixel.camera.hal.manifest",
		// go/keep-sorted end
	}
)