From f45290a4960923abb2d0127f235f3a62d1175381 Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Thu, 2 Nov 2023 17:15:23 -0700 Subject: [PATCH] Remove UpdatableSystemFontTest modules from sandboxing denylist These modules actually work fine with sandboxing, they were just added to the list because they have non-deterministic outputs, which caused the genrule sandboxing script to think that sandboxing affected their outputs. Bug: 307824623 Test: ./build/soong/tests/genrule_sandbox_test.py UpdatableSystemFontTest_NotoColorEmojiV0.sig UpdatableSystemFontTest_NotoColorEmojiV0.ttf UpdatableSystemFontTest_NotoColorEmojiVPlus1.sig UpdatableSystemFontTest_NotoColorEmojiVPlus1.ttf UpdatableSystemFontTest_NotoColorEmojiVPlus2.sig UpdatableSystemFontTest_NotoColorEmojiVPlus2.ttf with aosp/2816385 Change-Id: I07b1df779c8d47ad875a4fc2d3af5e46945cff83 --- genrule/allowlists.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/genrule/allowlists.go b/genrule/allowlists.go index b8e4234e4..9c68fe151 100644 --- a/genrule/allowlists.go +++ b/genrule/allowlists.go @@ -74,12 +74,6 @@ var ( "ScriptGroupTest-rscript", "TracingVMProtoStub_cc", "TracingVMProtoStub_h", - "UpdatableSystemFontTest_NotoColorEmojiV0.sig", - "UpdatableSystemFontTest_NotoColorEmojiV0.ttf", - "UpdatableSystemFontTest_NotoColorEmojiVPlus1.sig", - "UpdatableSystemFontTest_NotoColorEmojiVPlus1.ttf", - "UpdatableSystemFontTest_NotoColorEmojiVPlus2.sig", - "UpdatableSystemFontTest_NotoColorEmojiVPlus2.ttf", "VehicleServerProtoStub_cc", "VehicleServerProtoStub_cc@2.0-grpc-trout", "VehicleServerProtoStub_cc@default-grpc",