mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00

This allows the user to set the path to their Android SDK from the command line. This option is named after the standard env var ANDROID_HOME, as used in the build.xml generated by `android update project`. --android-home takes precendence over the ANDROID_HOME env var if it is set.
13 lines
150 B
Text
13 lines
150 B
Text
/config.py
|
|
/makebs.config.py
|
|
*~
|
|
*.pyc
|
|
*.class
|
|
*.box
|
|
# files generated by build
|
|
build/
|
|
dist/
|
|
env/
|
|
fdroidserver.egg-info/
|
|
pylint.parseable
|
|
/.testfiles/
|