Import civetweb ans jsoncpp
This commit is contained in:
6
3P/civetweb/resources/jni/Android.mk
Normal file
6
3P/civetweb/resources/jni/Android.mk
Normal file
@@ -0,0 +1,6 @@
|
||||
LOCAL_PATH := $(call my-dir)/../..
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_CFLAGS := -std=c99 -O2 -W -Wall -pthread -pipe $(COPT)
|
||||
LOCAL_MODULE := civetweb
|
||||
LOCAL_SRC_FILES := src\main.c src\civetweb.c
|
||||
include $(BUILD_EXECUTABLE)
|
||||
Reference in New Issue
Block a user