mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-20 13:50:12 +01:00
Be more descriptive in the sample config
This commit is contained in:
parent
153c0c6f8f
commit
d5df260c88
@ -2,19 +2,22 @@
|
||||
# Copy this file to config.py, then amend the settings below according to
|
||||
# your system configuration.
|
||||
|
||||
# Path to the Android SDK ($ANDROID_HOME)
|
||||
sdk_path = "/path/to/android-sdk-linux_86"
|
||||
|
||||
# Path to the Android NDK ($ANDROID_NDK)
|
||||
ndk_path = "/path/to/android-ndk-r8e"
|
||||
|
||||
# Build tools version to be used
|
||||
build_tools = "18.0.1"
|
||||
|
||||
#You probably don't need to change this...
|
||||
# Path to Android Java SWT ($ANDROID_SWT)
|
||||
javacc_path = "/usr/share/java"
|
||||
|
||||
# Command for running maven 3 (could be mvn, mvn3, or a full path)
|
||||
mvn3 = "mvn3"
|
||||
|
||||
# Gradle command
|
||||
# Command for running Gradle
|
||||
gradle = "gradle"
|
||||
|
||||
# Android gradle plugin version
|
||||
|
Loading…
Reference in New Issue
Block a user