Merge pull request #271 from newnon/master

fix android build
This commit is contained in:
Victor Zverovich 2016-02-04 06:14:24 -08:00
commit a750114a38

View File

@ -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)