vmbase: Make vmbase_elf_defaults android_arm64-only

Prevent building ELF images for all targets when built directly.

Test: TH
Change-Id: I56468c1f0e53cfa224ff9db67f7fe98a05bcaec9
This commit is contained in:
Pierre-Clément Tosi 2022-09-09 10:51:18 +01:00
parent 5f7b640f82
commit 48e013f7d6
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 {