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
This commit is contained in:
parent
4e6c3ef59b
commit
f45290a496
1 changed files with 0 additions and 6 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue