1target: { 2 // It is necessary to disable this specifically as well as the arch below, because 3 // crosvm_defaults enables it and the more specific target apparently takes precedence over 4 // the less specific arch. 5 linux_glibc_x86_64: { 6 enabled: false, 7 }, 8 linux_musl_x86_64: { 9 enabled: false, 10 }, 11}, 12arch: { 13 x86_64: { 14 enabled: false, 15 }, 16} 17