1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

Be more descriptive in the sample config

This commit is contained in:
Daniel Martí 2013-08-29 20:21:40 +02:00
parent 153c0c6f8f
commit d5df260c88

View File

@ -1,20 +1,23 @@
#Copy this file to config.py, then amend the settings below according to
#your system configuration.
# 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)
# 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