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
ee9828b7
Commit
ee9828b7
authored
Jan 17, 2019
by
Mygod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplify building
parent
bcb94fef
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+0
-2
core/build.gradle
core/build.gradle
+2
-0
No files found.
README.md
View file @
ee9828b7
...
...
@@ -26,8 +26,6 @@ You can check whether the latest commit builds under UNIX environment by checkin
Building on Windows is also possible since
[
#1570
](
https://github.com/shadowsocks/shadowsocks-android/pull/1570
)
,
but probably painful. Further contributions regarding building on Windows are also welcome.
*
Set environment variable
`ANDROID_HOME`
to
`/path/to/android-sdk`
*
(optional) Set environment variable
`ANDROID_NDK_HOME`
to
`/path/to/android-ndk`
(default:
`$ANDROID_HOME/ndk-bundle`
)
*
Clone the repo using
`git clone --recurse-submodules <repo>`
or update submodules using
`git submodule update --init --recursive`
*
Build it using Android Studio or gradle script
...
...
core/build.gradle
View file @
ee9828b7
...
...
@@ -53,6 +53,8 @@ task goBuild(type: Exec) {
}
else
{
executable
"sh"
args
"-c"
,
"src/overture/make.bash "
+
minSdkVersion
environment
"ANDROID_HOME"
,
android
.
sdkDirectory
environment
"ANDROID_NDK_HOME"
,
android
.
ndkDirectory
}
}
...
...
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