Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
liblinphone
Commits
2ffe7573
Commit
2ffe7573
authored
12 years ago
by
Ghislain MARY
Browse files
Options
Download
Patches
Plain Diff
Fix android build.
parent
c83e7a60
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build/android/common.mk
+4
-2
build/android/common.mk
with
4 additions
and
2 deletions
build/android/common.mk
+
4
−
2
View file @
2ffe7573
...
...
@@ -44,7 +44,7 @@ LOCAL_SRC_FILES := \
linphonecall.c
\
conference.c
\
ec-calibrator.c
\
linphone_tunnel.
c
c
linphone_tunnel
_config
.c
ifndef
LINPHONE_VERSION
LINPHONE_VERSION
=
"Devel"
...
...
@@ -100,12 +100,14 @@ LOCAL_STATIC_LIBRARIES := \
ifeq
($(BUILD_TUNNEL),1)
LOCAL_CFLAGS
+=
-DTUNNEL_ENABLED
LOCAL_C_INCLUDES
+=
$(
LOCAL_PATH
)
/../../tunnel/include
$(
LOCAL_PATH
)
/../../tunnel/src
LOCAL_SRC_FILES
+=
TunnelManager.cc
LOCAL_SRC_FILES
+=
linphone_tunnel.cc
TunnelManager.cc
ifeq
($(TARGET_ARCH_ABI),armeabi-v7a)
LOCAL_SHARED_LIBRARIES
+=
libtunnelclient
else
LOCAL_STATIC_LIBRARIES
+=
libtunnelclient
endif
else
LOCAL_SRC_FILES
+=
linphone_tunnel_stubs.c
endif
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets