Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
com.ccwangluo.accelerator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sheteng
com.ccwangluo.accelerator
Commits
2733d610
Commit
2733d610
authored
Nov 16, 2017
by
Mygod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update libevent to 2.1.8
parent
42e93039
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
13 deletions
+6
-13
mobile/src/main/jni/Android.mk
mobile/src/main/jni/Android.mk
+4
-12
mobile/src/main/jni/jni-helper.cpp
mobile/src/main/jni/jni-helper.cpp
+1
-0
mobile/src/main/jni/libevent
mobile/src/main/jni/libevent
+1
-1
No files found.
mobile/src/main/jni/Android.mk
View file @
2733d610
...
...
@@ -85,21 +85,13 @@ include $(BUILD_STATIC_LIBRARY)
include
$(CLEAR_VARS)
LIBEVENT_SOURCES
:=
\
buffer.c
\
bufferevent.c bufferevent_filter.c
\
bufferevent_pair.c bufferevent_ratelim.c
\
bufferevent_sock.c epoll.c
\
epoll_sub.c evdns.c event.c
\
event_tagging.c evmap.c
\
evrpc.c evthread.c
\
evthread_pthread.c evutil.c
\
evutil_rand.c http.c
\
listener.c log.c poll.c
\
select
.c signal.c strlcpy.c
buffer.c bufferevent.c event.c
\
bufferevent_sock.c bufferevent_ratelim.c
\
evthread.c log.c evutil.c evutil_time.c evmap.c epoll.c poll.c signal.c
select
.c
LOCAL_MODULE
:=
event
LOCAL_SRC_FILES
:=
$(
addprefix
libevent/,
$(LIBEVENT_SOURCES)
)
LOCAL_CFLAGS
:=
-O2
-
D_EVENT_HAVE_ARC4RANDOM
-
I
$(LOCAL_PATH)
/libevent
\
LOCAL_CFLAGS
:=
-O2
-I
$(LOCAL_PATH)
/libevent
\
-I
$(LOCAL_PATH)
/libevent/include
\
include
$(BUILD_STATIC_LIBRARY)
...
...
mobile/src/main/jni/jni-helper.cpp
View file @
2733d610
...
...
@@ -6,6 +6,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <errno.h>
#include <signal.h>
...
...
libevent
@
f29f07bc
Subproject commit
359ca847a649b9c318f9217c0755484d98ecb779
Subproject commit
f29f07bc8c43eec96f227e6f6eede32b3af66168
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