From 4a0be5cc17dfb0486f899388ab695c01c42a5f68 Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Tue, 21 Nov 2023 17:04:24 -0800 Subject: [PATCH] Sandbox MultiDexLegacyTestApp_genrule and android-cts-verifier These both work with sandboxing already, I'm not sure why they were added to this list. Bug: 307824623 Test: ./build/soong/tests/genrule_sandbox_test.py android-cts-verifier MultiDexLegacyTestApp_genrule Change-Id: Ie5a194fbe202b84a30eb3738d07ffb4ec9061bca --- genrule/allowlists.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/genrule/allowlists.go b/genrule/allowlists.go index 779c01293..297976879 100644 --- a/genrule/allowlists.go +++ b/genrule/allowlists.go @@ -27,7 +27,6 @@ var ( SandboxingDenyModuleList = []string{ // go/keep-sorted start "CtsApkVerityTestDebugFiles", - "MultiDexLegacyTestApp_genrule", "ScriptGroupTest-rscript", "TracingVMProtoStub_cc", "TracingVMProtoStub_h", @@ -39,7 +38,6 @@ var ( "VehicleServerProtoStub_h@default-grpc", "aidl-golden-test-build-hook-gen", "aidl_camera_build_version", - "android-cts-verifier", "atest_integration_fake_src", "camera-its", "checkIn-service-stub-lite",