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
liblinphone
Commits
4de9a7f7
Commit
4de9a7f7
authored
Apr 24, 2013
by
Simon Morlat
Browse files
link to libxml2 statically (shared version not working with android-ndk-r8e)
parent
fcb7ec2b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
build/android/common.mk
build/android/common.mk
+3
-1
build/android/lpc2xml.mk
build/android/lpc2xml.mk
+0
-1
build/android/xml2lpc.mk
build/android/xml2lpc.mk
+0
-1
No files found.
build/android/common.mk
View file @
4de9a7f7
...
...
@@ -95,10 +95,12 @@ LOCAL_STATIC_LIBRARIES := \
libeXosip2
\
libosip2
\
libgsm
ifeq
($(BUILD_REMOTE_PROVISIONING),1)
LOCAL_STATIC_LIBRARIES
+=
\
libxml2lpc
\
liblpc2xml
liblpc2xml
\
liblpxml2
endif
ifeq
($(BUILD_TUNNEL),1)
...
...
build/android/lpc2xml.mk
View file @
4de9a7f7
...
...
@@ -39,7 +39,6 @@ LOCAL_C_INCLUDES = \
$(LOCAL_PATH)
/../../externals/build/libxml2
\
LOCAL_SHARED_LIBRARIES
=
\
libxml2
# liblinphonenoneon
\
# liblinphone
\
...
...
build/android/xml2lpc.mk
View file @
4de9a7f7
...
...
@@ -39,7 +39,6 @@ LOCAL_C_INCLUDES = \
$(LOCAL_PATH)
/../../externals/build/libxml2
\
LOCAL_SHARED_LIBRARIES
=
\
libxml2
# liblinphonenoneon
\
# liblinphone
\
...
...
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