We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61d7f2 commit f76f52dCopy full SHA for f76f52d
Android.mk
@@ -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