mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-25 15:21:54 +00:00
Update Android config
This commit is contained in:
parent
bea282dae9
commit
e569297d6a
@ -1,10 +1,10 @@
|
|||||||
LOCAL_PATH := $(call my-dir)
|
LOCAL_PATH := $(call my-dir)
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
|
|
||||||
LOCAL_MODULE := cppformat_static
|
LOCAL_MODULE := fmt_static
|
||||||
LOCAL_MODULE_FILENAME := libcppformat
|
LOCAL_MODULE_FILENAME := libfmt
|
||||||
|
|
||||||
LOCAL_SRC_FILES := cppformat/format.cc
|
LOCAL_SRC_FILES := fmt/format.cc
|
||||||
|
|
||||||
LOCAL_C_INCLUDES := $(LOCAL_PATH)
|
LOCAL_C_INCLUDES := $(LOCAL_PATH)
|
||||||
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)
|
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)
|
||||||
|
Loading…
Reference in New Issue
Block a user