Merge "Fix ApexCompressionTests" into main
diff --git a/apexd/Android.bp b/apexd/Android.bp
index e89cd9c..0494889 100644
--- a/apexd/Android.bp
+++ b/apexd/Android.bp
@@ -169,7 +169,7 @@
     // and the bootstrap bionic libraries.
     bootstrap: true,
     // This variant is for microdroid.
-    installable: false,
+    no_full_install: true,
     // init depends on the name "apexd".
     stem: "apexd",
 }