diff options
Diffstat (limited to 'build/moz.configure/toolchain.configure')
-rw-r--r-- | build/moz.configure/toolchain.configure | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/build/moz.configure/toolchain.configure b/build/moz.configure/toolchain.configure index 5c8abb974a..056c6a9328 100644 --- a/build/moz.configure/toolchain.configure +++ b/build/moz.configure/toolchain.configure @@ -61,15 +61,6 @@ set_config('HAVE_YASM', have_yasm) # Until the YASM variable is not necessary in old-configure. add_old_configure_assignment('YASM', have_yasm) -# Android NDK -# ============================================================== - -@depends('--disable-compile-environment', build_project, gonkdir, '--help') -def compiling_android(compile_env, build_project, gonkdir, _): - return compile_env and (gonkdir or build_project in ('mobile/android', 'js')) - -include('android-ndk.configure', when=compiling_android) - # MacOS deployment target version # ============================================================== # This needs to happen before any compilation test is done. |