Skip to content

Commit

Permalink
Merge pull request #271 from newnon/master
Browse files Browse the repository at this point in the history
fix android build
  • Loading branch information
vitaut committed Feb 4, 2016
2 parents c0ad9a8 + 4d56c5c commit a750114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := cppformat_static
LOCAL_MODULE_FILENAME := libcppformat

LOCAL_SRC_FILES := format.cc
LOCAL_SRC_FILES := cppformat/format.cc

LOCAL_C_INCLUDES := $(LOCAL_PATH)
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)
Expand Down

0 comments on commit a750114

Please sign in to comment.