Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-android
Commits
f154bbb3
Commit
f154bbb3
authored
12 years ago
by
Emeric Vigier
Browse files
Options
Downloads
Patches
Plain Diff
Revert "#14399: libgnustl.so is not present on 4.0.x devices"
This reverts commit
c06e2a90
.
parent
af34031d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
jni/Application.mk
+1
-1
1 addition, 1 deletion
jni/Application.mk
jni/sflphone
+1
-1
1 addition, 1 deletion
jni/sflphone
src/com/savoirfairelinux/sflphone/client/ManagerImpl.java
+1
-0
1 addition, 0 deletions
src/com/savoirfairelinux/sflphone/client/ManagerImpl.java
with
3 additions
and
2 deletions
jni/Application.mk
+
1
−
1
View file @
f154bbb3
...
...
@@ -40,4 +40,4 @@ APP_OPTIM := debug
APP_MODULES
+=
libsflphone
APP_MODULES
+=
sflphoned
APP_STL
:=
gnustl_s
tatic
APP_STL
:=
gnustl_s
hared
This diff is collapsed.
Click to expand it.
sflphone
@
74fd1231
Subproject commit
bf75db97a27829022f207f1586d8de07b1b7075
5
Subproject commit
74fd123135921fb6b2727c7a3cb064a73783dde
5
This diff is collapsed.
Click to expand it.
src/com/savoirfairelinux/sflphone/client/ManagerImpl.java
+
1
−
0
View file @
f154bbb3
...
...
@@ -22,6 +22,7 @@ public class ManagerImpl {
Log
.
i
(
TAG
,
"SIPLOGLEVEL: "
+
sipLogLevel
);
// FIXME
System
.
loadLibrary
(
"gnustl_shared"
);
System
.
loadLibrary
(
"expat"
);
System
.
loadLibrary
(
"yaml"
);
System
.
loadLibrary
(
"ccgnu2"
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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