recovery_initrc:=$(TARGET_RECOVERY_INITRC)# Use target specific init.rc
else
ifeq($(BOARD_USES_RECOVERY_CHARGEMODE),true)
$(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)