libvmbase: Replace ARM routines with Bionic deps
Use the arch-agnostic library now provided by libc/Bionic for the C
dependencies that LLVM adds to baremetal Rust code.
Test: m pvmfw_img && atest vmbase_example.integration_test
Change-Id: I19f90b76515569331a99601b5bc433ea5851ab81
diff --git a/vmbase/Android.bp b/vmbase/Android.bp
index 7a36a0a..5ed436c 100644
--- a/vmbase/Android.bp
+++ b/vmbase/Android.bp
@@ -68,7 +68,7 @@
"libspin_nostd",
],
whole_static_libs: [
- "libarm-optimized-routines-mem",
+ "librust_baremetal",
],
apex_available: ["com.android.virt"],
}