1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 23:23:27 +02:00

Also set ANDROID_NDK_HOME since gradle may need it

This commit is contained in:
Daniel Martí 2015-03-05 15:25:09 +01:00
parent 8510961db9
commit edd3a787aa

View File

@ -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()