Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
belle-sip
Commits
c181d4a1
Commit
c181d4a1
authored
Oct 23, 2013
by
Ghislain MARY
Browse files
Handle build with tunnel on Android.
parent
d6254a7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
build/android/Android.mk
build/android/Android.mk
+9
-0
No files found.
build/android/Android.mk
View file @
c181d4a1
...
...
@@ -72,6 +72,15 @@ LOCAL_SRC_FILES := \
transports/udp_channel.c
\
transports/udp_listeningpoint.c
ifeq
($(BUILD_TUNNEL), 1)
LOCAL_CFLAGS
+=
-DHAVE_TUNNEL
LOCAL_C_INCLUDES
+=
$(LOCAL_PATH)
/../../tunnel/include
LOCAL_SRC_FILES
+=
\
transports/tunnel_listeningpoint.c
\
transports/tunnel_channel.c
\
transports/tunnel_wrapper.cc
endif
LOCAL_STATIC_LIBRARIES
:=
\
antlr3
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment