android13/external/crosvm/aarch64/cargo2android_arch.bp

17 lines
395 B
Plaintext
Raw Normal View History

2024-06-22 08:45:49 -04:00
target: {
// It is necessary to disable this specifically as well as the arch below, because
// crosvm_defaults enables it and the more specific target apparently takes precedence over
// the less specific arch.
linux_glibc_x86_64: {
enabled: false,
},
linux_musl_x86_64: {
enabled: false,
},
},
arch: {
x86_64: {
enabled: false,
},
}