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
c865ccc2
Commit
c865ccc2
authored
12 years ago
by
Alexandre Savard
Browse files
Options
Downloads
Plain Diff
#14407: keep latest update for ccrtp's and commoncpp's Android.mk
parents
0a251fa3
72335325
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/ccrtp-1.8.0-android/src/Android.mk
+4
-2
4 additions, 2 deletions
jni/ccrtp-1.8.0-android/src/Android.mk
jni/commoncpp2-1.8.1-android/src/Android.mk
+1
-1
1 addition, 1 deletion
jni/commoncpp2-1.8.1-android/src/Android.mk
jni/dbus/bus/Android.mk
+1
-1
1 addition, 1 deletion
jni/dbus/bus/Android.mk
with
6 additions
and
4 deletions
jni/ccrtp-1.8.0-android/src/Android.mk
+
4
−
2
View file @
c865ccc2
...
...
@@ -12,8 +12,10 @@ SRTP_GCRYPT =
LOCAL_CPPFLAGS
+=
-std
=
gnu++0x
-fexceptions
LOCAL_C_INCLUDES
+=
$(
LOCAL_PATH
)
/../../commoncpp2-1.8.1-android/inc
LOCAL_MODULE
:=
libccrtp1
LOCAL_STATIC_LIBRARIES
:=
libccgnu2
LOCAL_LDLIBS
:=
-L
$(
SYSROOT
)
/usr/lib
-lccgnu2
LOCAL_SHARED_LIBRARIES
:=
libccgnu2
LOCAL_LDLIBS
:=
-L
$(
SYSROOT
)
/usr/lib
\
-L
$(
LOCAL_PATH
)
/../../../libs/armeabi
\
-lccgnu2
LOCAL_CPP_EXTENSION
:=
.cxx .cpp
ifneq
($(SRTP_OPENSSL),)
...
...
This diff is collapsed.
Click to expand it.
jni/commoncpp2-1.8.1-android/src/Android.mk
+
1
−
1
View file @
c865ccc2
...
...
@@ -22,5 +22,5 @@ LOCAL_SRC_FILES := thread.cpp mutex.cpp semaphore.cpp threadkey.cpp \
#LOCAL_LDFLAGS := -version-info $(LT_VERSION) -release $(LT_RELEASE) $(SHARED_FLAGS)
include
$(BUILD_S
TATIC
_LIBRARY)
include
$(BUILD_S
HARED
_LIBRARY)
This diff is collapsed.
Click to expand it.
jni/dbus/bus/Android.mk
+
1
−
1
View file @
c865ccc2
...
...
@@ -20,7 +20,7 @@ LOCAL_CFLAGS+=-DDBUS_SESSION_CONFIG_FILE=\"/system/etc/session.conf\"
# is also ignored in dbus-1.4.6.
LOCAL_CFLAGS
+=
-Wno-address
LOCAL_LDFLAGS
+=
-lexpat
LOCAL_LDFLAGS
+=
-L
$(
LOCAL_PATH
)
/../../../libs/armeabi
-lexpat
LOCAL_SRC_FILES
:=
\
activation.c
\
...
...
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