Skip to content

Commit

Permalink
Merge pull request #107 from newnon/master
Browse files Browse the repository at this point in the history
Android.mk
  • Loading branch information
vitaut committed Feb 15, 2015
2 parents 829cd70 + 1d49443 commit 11fab45
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Android.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)

LOCAL_MODULE := cppformat_static
LOCAL_MODULE_FILENAME := libcppformat

LOCAL_SRC_FILES := format.cc

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

LOCAL_CFLAGS += -std=c++11 -fexceptions

include $(BUILD_STATIC_LIBRARY)

0 comments on commit 11fab45

Please sign in to comment.