mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +03:00
Also set ANDROID_NDK_HOME since gradle may need it
This commit is contained in:
parent
8510961db9
commit
edd3a787aa
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue