mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 14:30:11 +01:00
Also set ANDROID_NDK_HOME since gradle may need it
This commit is contained in:
parent
8510961db9
commit
edd3a787aa
@ -465,7 +465,7 @@ def build_local(app, thisbuild, vcs, build_dir, output_dir, srclib_dir, extlib_d
|
||||
sys.exit(3)
|
||||
|
||||
# Set up environment vars that depend on each build
|
||||
for n in ['ANDROID_NDK', 'NDK']:
|
||||
for n in ['ANDROID_NDK', 'NDK', 'ANDROID_NDK_HOME']:
|
||||
common.env[n] = thisbuild['ndk_path']
|
||||
|
||||
common.reset_env_path()
|
||||
|
Loading…
Reference in New Issue
Block a user