From 6753118f49314c0c7e040f42f6a43ca1f327025c Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Tue, 21 Nov 2023 12:40:34 -0800 Subject: [PATCH] Sandbox libchrome genrules These genrules already work with sandboxing, but they write the path to a tool into a comment in their outputs, which differs between sandboxing and non-sandboxing builds. This made genrule_sandbox_test.py think that they didn't work with sandboxing. Bug: 307824623 Test: ./build/soong/tests/genrule_sandbox_test.py libchrome-include libchrome-crypto-include Change-Id: Ibcad839e9d374a2f992d051805548c58303cf7ef --- genrule/allowlists.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/genrule/allowlists.go b/genrule/allowlists.go index 62713a49e..a84ecf3c2 100644 --- a/genrule/allowlists.go +++ b/genrule/allowlists.go @@ -64,8 +64,6 @@ var ( "gen_key_mismatch_capex", "libbssl_sys_src_nostd", "libc_musl_sysroot_bits", - "libchrome-crypto-include", - "libchrome-include", "libcore-non-cts-tests-txt", "pvmfw_fdt_template_rs", "r8retrace-dexdump-sample-app",