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
8d163c98
Commit
8d163c98
authored
Feb 22, 2014
by
Max Lv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update shadowsocks to 1.4.3
parent
29c51169
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
src/main/jni/Android.mk
src/main/jni/Android.mk
+6
-5
src/main/jni/shadowsocks
src/main/jni/shadowsocks
+1
-1
No files found.
src/main/jni/Android.mk
View file @
8d163c98
...
...
@@ -94,13 +94,14 @@ include $(BUILD_EXECUTABLE)
include
$(CLEAR_VARS)
SHADOWSOCKS_SOURCES
:=
local.c encrypt.c utils.c json.c jconf.c
SHADOWSOCKS_SOURCES
:=
local.c
cache.c udprelay.c
encrypt.c utils.c json.c jconf.c
LOCAL_MODULE
:=
shadowsocks
LOCAL_SRC_FILES
:=
$(
addprefix
shadowsocks/src/,
$(SHADOWSOCKS_SOURCES)
)
LOCAL_CFLAGS
:=
-Wall
-O2
-fno-strict-aliasing
-DANDROID
-DHAVE_CONFIG_H
\
-I
$(LOCAL_PATH)
/libev/
\
-I
$(LOCAL_PATH)
/openssl/include
LOCAL_CFLAGS
:=
-Wall
-O2
-fno-strict-aliasing
-DUDPRELAY_LOCAL
\
-DUSE_CRYPTO_OPENSSL
-DANDROID
-DHAVE_CONFIG_H
\
-I
$(LOCAL_PATH)
/libev/
\
-I
$(LOCAL_PATH)
/openssl/include
LOCAL_STATIC_LIBRARIES
:=
libev libcrypto
...
...
@@ -244,4 +245,4 @@ iptables_subdirs := $(addprefix $(LOCAL_PATH)/iptables/,$(addsuffix /Android.mk,
include
$(iptables_subdirs)
# Import cpufeatures
$(call
import-module,android/cpufeatures)
\ No newline at end of file
$(call
import-module,android/cpufeatures)
shadowsocks
@
7063d1fa
Subproject commit
458eb25a04e30e60a707ebd61f85be0038ef9254
Subproject commit
7063d1fa6fe5a0c03d4204c113826bd4ad3a752d
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