You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
490 B
24 lines
490 B
rust_defaults {
|
|
name: "crosvm_defaults",
|
|
edition: "2018",
|
|
enabled: false,
|
|
target: {
|
|
linux_glibc_x86_64: {
|
|
enabled: true,
|
|
},
|
|
android64: {
|
|
compile_multilib: "64",
|
|
enabled: true,
|
|
},
|
|
linux_bionic_arm64: {
|
|
enabled: true,
|
|
},
|
|
darwin: {
|
|
enabled: false,
|
|
},
|
|
},
|
|
apex_available: [
|
|
"//apex_available:platform",
|
|
"com.android.virt",
|
|
],
|
|
} |