mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +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
|
@ -11,7 +11,7 @@ sdk_path = "$ANDROID_HOME"
|
|||
# If a version is missing or assigned to None, it is assumed not installed
|
||||
ndk_paths = {
|
||||
'r9b': None,
|
||||
'r10d': "$ANDROID_NDK"
|
||||
'r10e': "$ANDROID_NDK"
|
||||
}
|
||||
|
||||
# Build tools version to be used
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue