Merge "Use no_full_install: true instead of installable: false" into main am: e563c3f48a
Original change: https://android-review.googlesource.com/c/platform/system/core/+/3158876
Change-Id: Id2de3e0ad3beb0497fa9b3dccf5239138d374013
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/init/Android.bp b/init/Android.bp
index 7b7a856..c70a5de 100644
--- a/init/Android.bp
+++ b/init/Android.bp
@@ -338,7 +338,7 @@
module_type: "cc_defaults",
config_namespace: "ANDROID",
bool_variables: ["BOARD_USES_RECOVERY_AS_BOOT"],
- properties: ["installable"],
+ properties: ["no_full_install"],
}
// Do not install init_first_stage even with mma if we're system-as-root.
@@ -347,7 +347,7 @@
name: "init_first_stage_defaults",
soong_config_variables: {
BOARD_USES_RECOVERY_AS_BOOT: {
- installable: false,
+ no_full_install: true,
},
},