resolve merge conflicts of 4897bb5 to nyc-mr2-dev-plus-aosp
am: 836a404525

Change-Id: I56ca4033b9359c9626a1e8d963e57036d21e2cfb
diff --git a/healthd/Android.mk b/healthd/Android.mk
index 1c130dc..b292725 100644
--- a/healthd/Android.mk
+++ b/healthd/Android.mk
@@ -21,6 +21,10 @@
 include $(BUILD_STATIC_LIBRARY)
 
 include $(CLEAR_VARS)
+ifeq ($(strip $(BOARD_CHARGER_ENABLE_SUSPEND)),true)
+LOCAL_CFLAGS += -DCHARGER_ENABLE_SUSPEND
+LOCAL_SHARED_LIBRARIES += libsuspend
+endif
 LOCAL_SRC_FILES := \
     healthd_mode_android.cpp \
     healthd_mode_charger.cpp \