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:
parent
5f7b640f82
commit
48e013f7d6
|
@ -49,6 +49,12 @@ cc_defaults {
|
|||
"libarm-optimized-routines-mem",
|
||||
"libvmbase_entry",
|
||||
],
|
||||
enabled: false,
|
||||
target: {
|
||||
android_arm64: {
|
||||
enabled: true,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
rust_library_rlib {
|
||||
|
|
Loading…
Reference in New Issue