forked from fmtlib/fmt
Android.mk
This commit is contained in:
16
Android.mk
Normal file
16
Android.mk
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
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)
|
||||||
|
|
||||||
|
$(call import-module,.)
|
Reference in New Issue
Block a user