2
0
mirror of https://github.com/status-im/status-mobile.git synced 2025-02-23 05:48:46 +00:00

12 lines
233 B
Makefile
Raw Normal View History

2017-10-12 21:49:48 +02:00
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := status-logs
LOCAL_SRC_FILES := Log.c
LOCAL_CPPFLAGS := -std=c++11 -fexceptions -I$(LOCAL_PATH)/include
LOCAL_LDFLAGS := -llog
include $(BUILD_SHARED_LIBRARY)