Merge "vmbase: Make vmbase_elf_defaults android_arm64-only"

This commit is contained in:
Pierre-Clément Tosi 2022-09-09 12:17:47 +00:00 committed by Gerrit Code Review
commit cc29756195
1 changed files with 6 additions and 0 deletions

View File

@ -49,6 +49,12 @@ cc_defaults {
"libarm-optimized-routines-mem",
"libvmbase_entry",
],
enabled: false,
target: {
android_arm64: {
enabled: true,
},
},
}
rust_library_rlib {