aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--charger/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/charger/Android.mk b/charger/Android.mk
index af44fbe..ef7dedb 100644
--- a/charger/Android.mk
+++ b/charger/Android.mk
@@ -22,7 +22,7 @@ LOCAL_FORCE_STATIC_EXECUTABLE := true
LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
LOCAL_UNSTRIPPED_PATH := $(TARGET_ROOT_OUT_UNSTRIPPED)
-LOCAL_C_INCLUDES := $(call project-path-for, recovery)
+LOCAL_C_INCLUDES := $(call project-path-for,recovery)
LOCAL_STATIC_LIBRARIES := libminui libpixelflinger_static libpng
ifeq ($(strip $(BOARD_CHARGER_ENABLE_SUSPEND)),true)