mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-23 15:02:27 +00:00
- Don't set LOCAL_PATH as the top level does it.
- Compile NACL as a separate static library.
This commit is contained in:
parent
40143364cc
commit
14a3560786
@ -1,71 +0,0 @@
|
||||
LOCAL_PATH:= $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_LDLIBS := -L$(LOCAL_PATH) -lsqlite
|
||||
LOCAL_SRC_FILES:= \
|
||||
client.c \
|
||||
export.c \
|
||||
overlay.c \
|
||||
overlay_abbreviations.c \
|
||||
overlay_advertise.c \
|
||||
overlay_broadcast.c \
|
||||
overlay_buffer.c \
|
||||
overlay_interface.c \
|
||||
overlay_packetformats.c \
|
||||
overlay_payload.c \
|
||||
overlay_route.c \
|
||||
responses.c \
|
||||
srandomdev.c \
|
||||
batman.c \
|
||||
dataformats.c \
|
||||
gateway.c \
|
||||
packetformats.c \
|
||||
server.c \
|
||||
ciphers.c \
|
||||
dna.c \
|
||||
hlrdata.c \
|
||||
peers.c \
|
||||
randombytes.c \
|
||||
simulate.c \
|
||||
jni.c \
|
||||
sha2.c \
|
||||
rhizome.c \
|
||||
rhizome_bundle.c \
|
||||
rhizome_crypto.c \
|
||||
rhizome_database.c \
|
||||
rhizome_fetch.c \
|
||||
rhizome_http.c \
|
||||
rhizome_packetformats.c \
|
||||
dna_identity.c \
|
||||
commandline.c \
|
||||
serval_packetvisualise.c
|
||||
|
||||
LOCAL_MODULE:= dnalib
|
||||
|
||||
LOCAL_CFLAGS += \
|
||||
-DSHELL -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" \
|
||||
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" \
|
||||
-DHAVE_LIBC=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 \
|
||||
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 \
|
||||
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDIO_H=1 \
|
||||
-DHAVE_ERRNO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 \
|
||||
-DHAVE_STRING_H=1 -DHAVE_ARPA_INET_H=1 -DHAVE_SYS_SOCKET_H=1 \
|
||||
-DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_POLL_H=1 -DHAVE_NETDB_H=1 \
|
||||
-DHAVE_SYS_ENDIAN_H=1 -DANDROID=1
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
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…
Reference in New Issue
Block a user