Loading init/Android.bp +5 −17 Original line number Diff line number Diff line Loading @@ -664,22 +664,10 @@ sh_binary { filename_from_src: true, } soong_config_module_type { name: "board_use_recovery_as_boot_phony", module_type: "phony", config_namespace: "ANDROID", bool_variables: ["BOARD_USES_RECOVERY_AS_BOOT"], properties: ["required"], } board_use_recovery_as_boot_phony { phony { name: "init_vendor", soong_config_variables: { BOARD_USES_RECOVERY_AS_BOOT: { required: [], conditions_default: { required: ["init_first_stage"], }, }, }, required: select(soong_config_variable("ANDROID", "BOARD_USES_RECOVERY_AS_BOOT"), { true: [], default: ["init_first_stage"], }), } Loading
init/Android.bp +5 −17 Original line number Diff line number Diff line Loading @@ -664,22 +664,10 @@ sh_binary { filename_from_src: true, } soong_config_module_type { name: "board_use_recovery_as_boot_phony", module_type: "phony", config_namespace: "ANDROID", bool_variables: ["BOARD_USES_RECOVERY_AS_BOOT"], properties: ["required"], } board_use_recovery_as_boot_phony { phony { name: "init_vendor", soong_config_variables: { BOARD_USES_RECOVERY_AS_BOOT: { required: [], conditions_default: { required: ["init_first_stage"], }, }, }, required: select(soong_config_variable("ANDROID", "BOARD_USES_RECOVERY_AS_BOOT"), { true: [], default: ["init_first_stage"], }), }