Loading core/Makefile +5 −0 Original line number Original line Diff line number Diff line Loading @@ -623,6 +623,11 @@ endef # ----------------------------------------------------------------- # ----------------------------------------------------------------- # Recovery image # Recovery image # Recovery is disabled in PDK builds ifeq ($(TARGET_BUILD_PDK),true) TARGET_NO_RECOVERY := true endif # If neither TARGET_NO_KERNEL nor TARGET_NO_RECOVERY are true # If neither TARGET_NO_KERNEL nor TARGET_NO_RECOVERY are true ifeq (,$(filter true, $(TARGET_NO_KERNEL) $(TARGET_NO_RECOVERY))) ifeq (,$(filter true, $(TARGET_NO_KERNEL) $(TARGET_NO_RECOVERY))) Loading Loading
core/Makefile +5 −0 Original line number Original line Diff line number Diff line Loading @@ -623,6 +623,11 @@ endef # ----------------------------------------------------------------- # ----------------------------------------------------------------- # Recovery image # Recovery image # Recovery is disabled in PDK builds ifeq ($(TARGET_BUILD_PDK),true) TARGET_NO_RECOVERY := true endif # If neither TARGET_NO_KERNEL nor TARGET_NO_RECOVERY are true # If neither TARGET_NO_KERNEL nor TARGET_NO_RECOVERY are true ifeq (,$(filter true, $(TARGET_NO_KERNEL) $(TARGET_NO_RECOVERY))) ifeq (,$(filter true, $(TARGET_NO_KERNEL) $(TARGET_NO_RECOVERY))) Loading