From 3af559c9ce2cfad16af79e8f4fdfd9c811445dfe Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Thu, 12 Oct 2023 09:54:53 -0700 Subject: [PATCH] Denylist CompilationTestCases_package-dex-usage I'm not sure how this was missed earlier. Bug: 290816499 Test: build/soong/tests/genrule_sandbox_test.py -t sdk_phone_x86_64 all with aosp/2666142 Change-Id: I8d21a34e3b13ac568fa6153a31c43ba3e4d516bd --- genrule/allowlists.go | 1 + 1 file changed, 1 insertion(+) diff --git a/genrule/allowlists.go b/genrule/allowlists.go index 8c78528ed..8552173a3 100644 --- a/genrule/allowlists.go +++ b/genrule/allowlists.go @@ -58,6 +58,7 @@ var ( "BlueberryFacadeGeneratedStub_h", "BluetoothGeneratedDumpsysBinarySchema_bfbs", "BluetoothGeneratedDumpsysDataSchema_h", + "CompilationTestCases_package-dex-usage", "ControlEnvProxyServerProto_cc", "ControlEnvProxyServerProto_h", "CtsApkVerityTestDebugFiles",