mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-02-20 17:33:08 +00:00
Added build instructions for new serval binary that uses new
command line parser.
This commit is contained in:
parent
dc2bfaff9d
commit
40f59c7f2a
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user