Skip to content

Commit

Permalink
makefile for android
Browse files Browse the repository at this point in the history
  • Loading branch information
Norbert Schultz committed Dec 19, 2012
1 parent 687f2c7 commit 0dbce4f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Android.mk
@@ -0,0 +1,11 @@
LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)

LOCAL_MODULE := sfserialization
LOCAL_SRC_FILES := \
sfserialization/Deserialization.cpp \
sfserialization/Serialization.cpp \
sfserialization/JSONParser.cpp

include $(BUILD_SHARED_LIBRARY)

0 comments on commit 0dbce4f

Please sign in to comment.