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
a433822d
Commit
a433822d
authored
Mar 07, 2017
by
Max Lv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add arm64 support
parent
60d7d905
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
.travis.yml
.travis.yml
+1
-1
mobile/build.sbt
mobile/build.sbt
+2
-2
mobile/src/main/jni/Android.mk
mobile/src/main/jni/Android.mk
+1
-1
mobile/src/main/jni/Application.mk
mobile/src/main/jni/Application.mk
+1
-1
mobile/src/overture
mobile/src/overture
+1
-1
No files found.
.travis.yml
View file @
a433822d
...
...
@@ -5,7 +5,7 @@ jdk:
env
:
global
:
-
NDK_VERSION=r1
2b
-
NDK_VERSION=r1
4
-
NDK_CCACHE=ccache
-
GOROOT_BOOTSTRAP=$GOROOT
-
ANDROID_NDK_HOME=$HOME/.android/android-ndk-${NDK_VERSION}
...
...
mobile/build.sbt
View file @
a433822d
...
...
@@ -2,8 +2,8 @@ enablePlugins(AndroidApp)
android
.
useSupportVectors
name
:=
"shadowsocks"
version
:=
"4.1.
1
"
versionCode
:=
Some
(
18
1
)
version
:=
"4.1.
2
"
versionCode
:=
Some
(
18
2
)
proguardOptions
++=
"-keep class com.github.shadowsocks.JniHelper { *; }"
::
...
...
mobile/src/main/jni/Android.mk
View file @
a433822d
...
...
@@ -97,7 +97,7 @@ LIBEVENT_SOURCES := \
LOCAL_MODULE
:=
event
LOCAL_SRC_FILES
:=
$(
addprefix
libevent/,
$(LIBEVENT_SOURCES)
)
LOCAL_CFLAGS
:=
-O2
-I
$(LOCAL_PATH)
/libevent
\
LOCAL_CFLAGS
:=
-O2
-
D_EVENT_HAVE_ARC4RANDOM
-
I
$(LOCAL_PATH)
/libevent
\
-I
$(LOCAL_PATH)
/libevent/include
\
include
$(BUILD_STATIC_LIBRARY)
...
...
mobile/src/main/jni/Application.mk
View file @
a433822d
APP_ABI
:=
armeabi-v7a x86
APP_ABI
:=
armeabi-v7a
arm64-v8a
x86
APP_PLATFORM
:=
android-19
APP_STL
:=
stlport_static
NDK_TOOLCHAIN_VERSION
:=
clang
overture
@
862ce347
Subproject commit
5cb3f8c9e1723a26d408d28bbe491b1947b3e60f
Subproject commit
862ce347e19483fdd6f0a5c84f173c2efdc7d920
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