From 40f59c7f2a4ea69bba94d1baebc9ee204a159491 Mon Sep 17 00:00:00 2001 From: gardners Date: Thu, 23 Feb 2012 11:54:16 +1030 Subject: [PATCH] Added build instructions for new serval binary that uses new command line parser. --- Android-without-NaCl.mk | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Android-without-NaCl.mk b/Android-without-NaCl.mk index 2855a8ce..e8a7581d 100644 --- a/Android-without-NaCl.mk +++ b/Android-without-NaCl.mk @@ -62,3 +62,10 @@ LOCAL_MODULE:= dna LOCAL_SRC_FILES:= dnawrap.c include $(BUILD_EXECUTABLE) + +include $(CLEAR_VARS) + +LOCAL_MODULE:= serval +LOCAL_SRC_FILES:= servalwrap.c + +include $(BUILD_EXECUTABLE)