mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 23:12:46 +03:00
Bump sample values for newer ndk/build-tools versions
This commit is contained in:
parent
a35ff3e154
commit
eb7d2dceab
1 changed files with 2 additions and 2 deletions
|
@ -6,10 +6,10 @@
|
||||||
sdk_path = "/path/to/android-sdk-linux_86"
|
sdk_path = "/path/to/android-sdk-linux_86"
|
||||||
|
|
||||||
# Path to the Android NDK ($ANDROID_NDK)
|
# Path to the Android NDK ($ANDROID_NDK)
|
||||||
ndk_path = "/path/to/android-ndk-r8e"
|
ndk_path = "/path/to/android-ndk-r9"
|
||||||
|
|
||||||
# Build tools version to be used
|
# Build tools version to be used
|
||||||
build_tools = "18.0.1"
|
build_tools = "18.1"
|
||||||
|
|
||||||
# Path to Android Java SWT ($ANDROID_SWT)
|
# Path to Android Java SWT ($ANDROID_SWT)
|
||||||
javacc_path = "/usr/share/java"
|
javacc_path = "/usr/share/java"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue