Skip to content

Commit

Permalink
charger: Use project pathmap
Browse files Browse the repository at this point in the history
Change-Id: I048780594d9aaccb07edc42240dbe5a055f6c039
  • Loading branch information
tdmcyngn committed Oct 6, 2014
1 parent 8d073e8 commit f492191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charger/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 include-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)
Expand Down

0 comments on commit f492191

Please sign in to comment.