From 294698153c7adf63ceb3c81513ae68e888ae9f20 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Mon, 13 Nov 2023 00:02:06 +0100 Subject: Issue #1053 - Remove Android block in security/moz.build Just ran across this, and thought I'd kick it off while there. --- security/moz.build | 8 -------- 1 file changed, 8 deletions(-) diff --git a/security/moz.build b/security/moz.build index 211b961ab1..2c687a01c6 100644 --- a/security/moz.build +++ b/security/moz.build @@ -100,14 +100,6 @@ if CONFIG['OS_TARGET'] == 'WINNT': if CONFIG['CPU_ARCH'] == 'x86': # This should really be the default. sandbox_vars['ASFLAGS'] = ['-safeseh'] -if CONFIG['OS_TARGET'] == 'Android': - sandbox_vars['CFLAGS'] = [ - '-include', TOPSRCDIR + '/security/manager/android_stub.h', - # Setting sandbox_vars['DEFINES'] is broken currently. - '-DCHECK_FORK_GETPID', - ] - if CONFIG['ANDROID_VERSION']: - sandbox_vars['CFLAGS'] += ['-DANDROID_VERSION=' + CONFIG['ANDROID_VERSION']] GYP_DIRS['nss'].sandbox_vars = sandbox_vars GYP_DIRS['nss'].no_chromium = True GYP_DIRS['nss'].no_unified = True -- cgit v1.2.3