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
c0073132
Commit
c0073132
authored
Sep 14, 2017
by
Max Lv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update shadowsocks-libev
parent
9c1a640b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
30 deletions
+5
-30
.gitmodules
.gitmodules
+0
-3
mobile/src/main/jni/Android.mk
mobile/src/main/jni/Android.mk
+4
-25
mobile/src/main/jni/libudns
mobile/src/main/jni/libudns
+0
-1
mobile/src/main/jni/shadowsocks-libev
mobile/src/main/jni/shadowsocks-libev
+1
-1
No files found.
.gitmodules
View file @
c0073132
...
...
@@ -30,9 +30,6 @@
[submodule "mobile/src/main/jni/libev"]
path = mobile/src/main/jni/libev
url = https://github.com/shadowsocks/libev.git
[submodule "mobile/src/main/jni/libudns"]
path = mobile/src/main/jni/libudns
url = https://github.com/shadowsocks/libudns.git
[submodule "mobile/src/overture/go"]
path = mobile/src/overture/go
url = https://github.com/shadowsocks/go.git
...
...
mobile/src/main/jni/Android.mk
View file @
c0073132
...
...
@@ -186,26 +186,7 @@ LOCAL_SRC_FILES := $(addprefix shadowsocks-libev/libcork/src/libcork/,$(CORK_SOU
include
$(BUILD_STATIC_LIBRARY)
########################################################
## libudns
########################################################
include
$(CLEAR_VARS)
UDNS_SOURCES
:=
udns_dn.c udns_dntosp.c udns_parse.c udns_resolver.c udns_init.c
\
udns_misc.c udns_XtoX.c
\
udns_rr_a.c udns_rr_ptr.c udns_rr_mx.c udns_rr_txt.c udns_bl.c
\
udns_rr_srv.c udns_rr_naptr.c udns_codes.c udns_jran.c
LOCAL_MODULE
:=
libudns
LOCAL_CFLAGS
+=
-O2
-I
$(LOCAL_PATH)
/libudns
\
-DHAVE_DECL_INET_NTOP
LOCAL_SRC_FILES
:=
$(
addprefix
libudns/,
$(UDNS_SOURCES)
)
include
$(BUILD_STATIC_LIBRARY)
########################################################
## libev
## libev
########################################################
include
$(CLEAR_VARS)
...
...
@@ -215,7 +196,7 @@ LOCAL_CFLAGS += -O2 -DNDEBUG -DHAVE_CONFIG_H \
-I
$(LOCAL_PATH)
/include/libev
LOCAL_SRC_FILES
:=
\
libev/ev.c
\
libev/event.c
libev/event.c
include
$(BUILD_STATIC_LIBRARY)
...
...
@@ -264,7 +245,6 @@ LOCAL_CFLAGS := -Wall -O2 -fno-strict-aliasing -DMODULE_LOCAL \
-I
$(LOCAL_PATH)
/libancillary
\
-I
$(LOCAL_PATH)
/mbedtls/include
\
-I
$(LOCAL_PATH)
/pcre
\
-I
$(LOCAL_PATH)
/libudns
\
-I
$(LOCAL_PATH)
/libsodium/src/libsodium/include
\
-I
$(LOCAL_PATH)
/libsodium/src/libsodium/include/sodium
\
-I
$(LOCAL_PATH)
/shadowsocks-libev/libcork/include
\
...
...
@@ -272,7 +252,7 @@ LOCAL_CFLAGS := -Wall -O2 -fno-strict-aliasing -DMODULE_LOCAL \
-I
$(LOCAL_PATH)
/shadowsocks-libev/libbloom
\
-I
$(LOCAL_PATH)
/libev
LOCAL_STATIC_LIBRARIES
:=
libev libmbedtls libipset libcork libbloom
libudns
\
LOCAL_STATIC_LIBRARIES
:=
libev libmbedtls libipset libcork libbloom
\
libsodium libancillary libpcre
LOCAL_LDLIBS
:=
-llog
...
...
@@ -298,7 +278,6 @@ LOCAL_CFLAGS := -Wall -O2 -fno-strict-aliasing -DMODULE_TUNNEL \
-DCONNECT_IN_PROGRESS
=
EINPROGRESS
\
-I
$(LOCAL_PATH)
/libancillary
\
-I
$(LOCAL_PATH)
/include
\
-I
$(LOCAL_PATH)
/libudns
\
-I
$(LOCAL_PATH)
/libsodium/src/libsodium/include
\
-I
$(LOCAL_PATH)
/libsodium/src/libsodium/include/sodium
\
-I
$(LOCAL_PATH)
/mbedtls/include
\
...
...
@@ -307,7 +286,7 @@ LOCAL_CFLAGS := -Wall -O2 -fno-strict-aliasing -DMODULE_TUNNEL \
-I
$(LOCAL_PATH)
/shadowsocks-libev/libbloom
\
-I
$(LOCAL_PATH)
/include/shadowsocks-libev
LOCAL_STATIC_LIBRARIES
:=
libev libmbedtls libsodium libcork libbloom lib
udns lib
ancillary
LOCAL_STATIC_LIBRARIES
:=
libev libmbedtls libsodium libcork libbloom libancillary
LOCAL_LDLIBS
:=
-llog
...
...
libudns
@
53a1abd2
Subproject commit 53a1abd2b6fd7e3bf99ce6e2e267c636618d57ef
shadowsocks-libev
@
666801dd
Subproject commit
72622a3e3df0d8b66f005717ecc48264275f453c
Subproject commit
666801ddfcf70ebc7418b238129c9bfaa9325b44
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