fixed Android.mk to have correct path to servalwrap.c

This commit is contained in:
gardners 2012-04-26 16:43:12 +09:30
parent 50c2581ae6
commit beb2ecbdf3

View File

@ -88,7 +88,7 @@ include $(BUILD_SHARED_LIBRARY)
include $(CLEAR_VARS)
LOCAL_MODULE:= servald
LOCAL_SRC_FILES:= servalwrap.c
LOCAL_SRC_FILES:= serval-dna/servalwrap.c
include $(BUILD_EXECUTABLE)