mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 16:02:33 +03:00
Don't set $SDK, it's too ambiguous with e.g. the Java SDK
This commit is contained in:
parent
70d77a1cce
commit
c64aafaf42
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ def read_config(opts, config_file='config.py'):
|
||||||
|
|
||||||
# There is no standard, so just set up the most common environment
|
# There is no standard, so just set up the most common environment
|
||||||
# variables
|
# variables
|
||||||
for n in ['ANDROID_HOME', 'ANDROID_SDK', 'SDK']:
|
for n in ['ANDROID_HOME', 'ANDROID_SDK']:
|
||||||
env[n] = config['sdk_path']
|
env[n] = config['sdk_path']
|
||||||
for n in ['ANDROID_NDK', 'NDK']:
|
for n in ['ANDROID_NDK', 'NDK']:
|
||||||
env[n] = config['ndk_path']
|
env[n] = config['ndk_path']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue