Revert^2 "Add microfuchsia apex that runs in AVF on bootup"

4ae215a64209cfbb0ae4fb2d484a0fb4fa4afc53

The old change is PS1.

The fix involves using libc::c_char and casting to a u8 on x86
architectures.

Test: m com.android.microfuchsia for arm and x86
Change-Id: Ideccd80b4f6a812c1638b31a7b4ad666a5a411b7
diff --git a/libs/libvmclient/Android.bp b/libs/libvmclient/Android.bp
index 96fe667..9fdeaf8 100644
--- a/libs/libvmclient/Android.bp
+++ b/libs/libvmclient/Android.bp
@@ -21,6 +21,7 @@
     ],
     apex_available: [
         "com.android.compos",
+        "com.android.microfuchsia",
         "com.android.virt",
     ],
 }