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
e3cf54f7
Commit
e3cf54f7
authored
Jan 16, 2017
by
Mygod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update shadowsocks-libev
parent
d5be325a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
mobile/src/main/jni/Android.mk
mobile/src/main/jni/Android.mk
+2
-2
mobile/src/main/jni/Application.mk
mobile/src/main/jni/Application.mk
+1
-1
mobile/src/main/jni/shadowsocks-libev
mobile/src/main/jni/shadowsocks-libev
+1
-1
No files found.
mobile/src/main/jni/Android.mk
View file @
e3cf54f7
...
@@ -387,7 +387,7 @@ include $(CLEAR_VARS)
...
@@ -387,7 +387,7 @@ include $(CLEAR_VARS)
SHADOWSOCKS_SOURCES
:=
local.c cache.c udprelay.c encrypt.c
\
SHADOWSOCKS_SOURCES
:=
local.c cache.c udprelay.c encrypt.c
\
utils.c netutils.c json.c jconf.c acl.c http.c tls.c rule.c
\
utils.c netutils.c json.c jconf.c acl.c http.c tls.c rule.c
\
obfs_http.c obfs_tls.c base64
.c
\
plugin
.c
\
android.c
android.c
LOCAL_MODULE
:=
ss-local
LOCAL_MODULE
:=
ss-local
...
@@ -420,7 +420,7 @@ include $(BUILD_SHARED_EXECUTABLE)
...
@@ -420,7 +420,7 @@ include $(BUILD_SHARED_EXECUTABLE)
include
$(CLEAR_VARS)
include
$(CLEAR_VARS)
SHADOWSOCKS_SOURCES
:=
tunnel.c cache.c udprelay.c encrypt.c utils.c netutils.c json.c jconf.c android.c
obfs_http.c obfs_tls.c base64
.c
SHADOWSOCKS_SOURCES
:=
tunnel.c cache.c udprelay.c encrypt.c utils.c netutils.c json.c jconf.c android.c
plugin
.c
LOCAL_MODULE
:=
ss-tunnel
LOCAL_MODULE
:=
ss-tunnel
LOCAL_SRC_FILES
:=
$(
addprefix
shadowsocks-libev/src/,
$(SHADOWSOCKS_SOURCES)
)
LOCAL_SRC_FILES
:=
$(
addprefix
shadowsocks-libev/src/,
$(SHADOWSOCKS_SOURCES)
)
...
...
mobile/src/main/jni/Application.mk
View file @
e3cf54f7
APP_ABI
:=
armeabi-v7a x86
APP_ABI
:=
armeabi-v7a x86
APP_PLATFORM
:=
android-1
6
APP_PLATFORM
:=
android-1
9
APP_STL
:=
stlport_static
APP_STL
:=
stlport_static
NDK_TOOLCHAIN_VERSION
:=
clang
NDK_TOOLCHAIN_VERSION
:=
clang
shadowsocks-libev
@
45529cdf
Subproject commit
3b4af24fecae932abe02830321af6f6cb54f72e2
Subproject commit
45529cdf7a3cd5384d58f97ec0e4c62de55cdae0
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