Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit add6c534 authored by Jiyong Park's avatar Jiyong Park Committed by Automerger Merge Worker
Browse files

Merge "Use no_full_install: true instead of installable: false" into main am: e563c3f4

parents c847566a e563c3f4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -338,7 +338,7 @@ soong_config_module_type {
    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 @@ init_first_stage_cc_defaults {
    name: "init_first_stage_defaults",
    soong_config_variables: {
        BOARD_USES_RECOVERY_AS_BOOT: {
            installable: false,
            no_full_install: true,
        },
    },