Use no_full_install: true instead of installable: false
This is a follow-up on I37380c19232f2c497bdf492a83cdc16616f0ae8d. Bug: 338160898 Bug: 345110999 Test: Microdroid boots even with BOARD_USES_RECOVERY_AS_BOOT Change-Id: I41c1e40aeaffd5499fb6bd25e80b5be83470bc6b
This commit is contained in:
parent
a22e44dead
commit
0bdd68bb06
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
},
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue