Skip to content

Commit f76f52d

Browse files
committed
Makefile for Android
1 parent a61d7f2 commit f76f52d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Android.mk

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
LOCAL_PATH:= $(call my-dir)
2+
include $(CLEAR_VARS)
3+
4+
LOCAL_SRC_FILES := jshon.c
5+
LOCAL_C_INCLUDES := external/jansson/src/ external/jansson/android/
6+
LOCAL_MODULE := jshon
7+
8+
LOCAL_SHARED_LIBRARIES := libjansson
9+
10+
include $(BUILD_EXECUTABLE)

0 commit comments

Comments
 (0)