// Per-module denylist to opt modules out of mixed builds. Such modules will
// still be generated via bp2build.
mixedBuildsDisabledList=[]string{
"art_libdexfile_dex_instruction_list_header",// breaks libart_mterp.armng, header not found
"libbrotli",// http://b/198585397, ld.lld: error: bionic/libc/arch-arm64/generic/bionic/memmove.S:95:(.text+0x10): relocation R_AARCH64_CONDBR19 out of range: -1404176 is not in [-1048576, 1048575]; references __memcpy
"minijail_constants_json",// http://b/200899432, bazel-built cc_genrule does not work in mixed build when it is a dependency of another soong module.