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
4d9b448b
Commit
4d9b448b
authored
Apr 19, 2013
by
Max Lv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merge latest shadowsocks-libev changes
parent
3d0fb53b
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
2 deletions
+8
-2
.gitmodules
.gitmodules
+3
-0
assets/arm/shadowsocks
assets/arm/shadowsocks
+0
-0
assets/x86/shadowsocks
assets/x86/shadowsocks
+0
-0
jni/Android.mk
jni/Android.mk
+4
-2
jni/shadowsocks
jni/shadowsocks
+1
-0
No files found.
.gitmodules
0 → 100644
View file @
4d9b448b
[submodule "jni/shadowsocks"]
path = jni/shadowsocks
url = https://github.com/madeye/shadowsocks-libev.git
assets/arm/shadowsocks
View file @
4d9b448b
No preview for this file type
assets/x86/shadowsocks
View file @
4d9b448b
No preview for this file type
jni/Android.mk
View file @
4d9b448b
...
@@ -110,9 +110,11 @@ include $(BUILD_EXECUTABLE)
...
@@ -110,9 +110,11 @@ include $(BUILD_EXECUTABLE)
include
$(CLEAR_VARS)
include
$(CLEAR_VARS)
SHADOWSOCKS_SOURCES
:=
local.c encrypt.c rc4.c md5.c utils.c json.c jconf.c
LOCAL_MODULE
:=
shadowsocks
LOCAL_MODULE
:=
shadowsocks
LOCAL_SRC_FILES
:=
shadowsocks/local.c shadowsocks/encrypt.c shadowsocks/rc4.c shadowsocks/md5.c
LOCAL_SRC_FILES
:=
$(
addprefix
shadowsocks/src/,
$(SHADOWSOCKS_SOURCES)
)
LOCAL_CFLAGS
:=
-Wall
-O2
-fno-strict-aliasing
-I
$(LOCAL_PATH)
/libev/
LOCAL_CFLAGS
:=
-Wall
-O2
-fno-strict-aliasing
-I
$(LOCAL_PATH)
/libev/
-DHAVE_CONFIG_H
-DANDROID
LOCAL_STATIC_LIBRARIES
:=
libev
LOCAL_STATIC_LIBRARIES
:=
libev
...
...
shadowsocks
@
3ed7551c
Subproject commit 3ed7551ce18147740ad1e1113d9d4ca2c01e4248
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