mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-02-01 19:21:53 -05:00
In this case, ANDROID_HOME is set to a fake, non-working version that will be detected by fdroid as an Android SDK install. It should use the path set by --android-home over the one in ANDROID_HOME, therefore if it uses the one in ANDROID_HOME, it won't work because it is a fake one. Only --android-home provides a working one.