Merge "Use no_full_install: true instead of installable: false" into main
diff --git a/microdroid/Android.bp b/microdroid/Android.bp
index d7006b5..dce4898 100644
--- a/microdroid/Android.bp
+++ b/microdroid/Android.bp
@@ -243,7 +243,7 @@
":microdroid_plat_pub_versioned.cil",
":microdroid_vendor_sepolicy.cil",
],
- installable: false,
+ no_full_install: true,
// b/259729287. In Microdroid, su is allowed to be in permissive mode.
// This is to support fully debuggable VMs on user builds. This is safe
@@ -265,7 +265,7 @@
filename: "plat_file_contexts",
src: ":microdroid_file_contexts.gen",
relative_install_path: "selinux",
- installable: false,
+ no_full_install: true,
}
genrule {
@@ -282,7 +282,7 @@
filename: "plat_property_contexts",
src: "system/private/property_contexts",
relative_install_path: "selinux",
- installable: false,
+ no_full_install: true,
}
// For CTS