mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Replace NDK r10d with r10e
This commit is contained in:
parent
5985bb4a0b
commit
52c2ca1fe7
7 changed files with 17 additions and 17 deletions
|
|
@ -1,7 +1,7 @@
|
|||
sdk_path = "/home/vagrant/android-sdk"
|
||||
ndk_paths = {
|
||||
'r9b': "/home/vagrant/android-ndk/r9b",
|
||||
'r10d': "/home/vagrant/android-ndk/r10d"
|
||||
'r10e': "/home/vagrant/android-ndk/r10e"
|
||||
}
|
||||
build_tools = "22.0.1"
|
||||
ant = "ant"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue