Loading core/Makefile +3 −3 Original line number Diff line number Diff line Loading @@ -703,7 +703,7 @@ ifneq ($(TARGET_RECOVERY_INITRC),) recovery_initrc := $(TARGET_RECOVERY_INITRC) # Use target specific init.rc else ifeq ($(BOARD_USES_RECOVERY_CHARGEMODE),true) recovery_initrc := $(call include-path-for, recovery)/etc/init.htc.rc $(error BOARD_USES_RECOVERY_CHARGEMODE is deprecated. Please see http://bit.ly/opcSJZ on how to properly implement chargemode in recovery. Or just remove the BOARD_USES_RECOVERY_CHARGEMODE if you are lazy. I will hate you though. -Koush) else recovery_initrc := $(call include-path-for, recovery)/etc/init.rc endif Loading Loading
core/Makefile +3 −3 Original line number Diff line number Diff line Loading @@ -703,7 +703,7 @@ ifneq ($(TARGET_RECOVERY_INITRC),) recovery_initrc := $(TARGET_RECOVERY_INITRC) # Use target specific init.rc else ifeq ($(BOARD_USES_RECOVERY_CHARGEMODE),true) recovery_initrc := $(call include-path-for, recovery)/etc/init.htc.rc $(error BOARD_USES_RECOVERY_CHARGEMODE is deprecated. Please see http://bit.ly/opcSJZ on how to properly implement chargemode in recovery. Or just remove the BOARD_USES_RECOVERY_CHARGEMODE if you are lazy. I will hate you though. -Koush) else recovery_initrc := $(call include-path-for, recovery)/etc/init.rc endif Loading