From 8d99fa4d9d23cc297bf23b4c144f4c4fd0c90abf Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Tue, 21 Nov 2023 13:28:42 -0800 Subject: [PATCH] Sandbox emp_ematch genrules These genrules already work with sandboxing, but bison emits #line directives that reference filepaths. These paths differ between sandboxed and non-sandboxed builds, which caused genrule_sandboxing_test.py to think that they didn't work with sandboxing. Bug: 307824623 Test: ./build/soong/tests/genrule_sandbox_test.py emp_ematch.yacc.c emp_ematch.yacc.h Change-Id: I85ed0f80dee7997af6b08a37b12e9c0ad0bd8386 --- genrule/allowlists.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/genrule/allowlists.go b/genrule/allowlists.go index 28d3d5497..6dc644ca7 100644 --- a/genrule/allowlists.go +++ b/genrule/allowlists.go @@ -53,8 +53,6 @@ var ( "cronet_aml_base_android_runtime_unchecked_jni_headers", "cronet_aml_base_android_runtime_unchecked_jni_headers__testing", "deqp_spvtools_update_build_version", - "emp_ematch.yacc.c", - "emp_ematch.yacc.h", "gen_corrupt_rebootless_apex", "gen_key_mismatch_capex", "libbssl_sys_src_nostd",