mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Add NDK r10d, this time alongside r9b
Specified per-build with ndk=<version> defaulting to the oldest, r9b.
This commit is contained in:
parent
43092407a3
commit
f60f1bc59e
9 changed files with 130 additions and 64 deletions
|
@ -1,5 +1,8 @@
|
|||
sdk_path = "/home/vagrant/android-sdk"
|
||||
ndk_path = "/home/vagrant/android-ndk"
|
||||
ndk_paths = {
|
||||
'r9b': "/home/vagrant/android-ndk/r9b",
|
||||
'r10d': "/home/vagrant/android-ndk/r10d"
|
||||
}
|
||||
build_tools = "21.1.2"
|
||||
ant = "ant"
|
||||
mvn3 = "mvn"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue