From 24739676c73f0989f38d3c3cb92ce1323621ff86 Mon Sep 17 00:00:00 2001 From: Igor Foox Date: Mon, 10 Jul 2023 23:15:43 -0400 Subject: [PATCH] Remove openwrt modules from genrule denylist. With the other change in this topic, `OpenwrtControlServerProto_h` and `OpenwrtControlServerProto_cc` both successfully build with sandboxing on. Test: build/soong/tests/genrule_sandbox_test.py --show-diff OpenwrtControlServerProto_h OpenwrtControlServerProto_cc Test: GENRULE_SANDBOXING=true m OpenwrtControlServerProto_h OpenwrtControlServerProto_cc Test: GENRULE_SANDBOXING=true m droid Change-Id: Id56824ed935e1d16d2333e5a1aeac248cdfcaeb6 --- genrule/allowlists.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/genrule/allowlists.go b/genrule/allowlists.go index 012c59c8d..f82c2093d 100644 --- a/genrule/allowlists.go +++ b/genrule/allowlists.go @@ -97,8 +97,6 @@ var ( "BlueberryFacadeGeneratedStub_cc", "BlueberryFacadeGeneratedStub_h", "BluetoothGeneratedDumpsysDataSchema_h", - "OpenwrtControlServerProto_cc", - "OpenwrtControlServerProto_h", "c2hal_test_genc++", "c2hal_test_genc++_headers", "hidl2aidl_test_gen_aidl",