summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2023-11-13 00:02:06 +0100
committerMoonchild <moonchild@palemoon.org>2023-11-13 00:02:06 +0100
commit294698153c7adf63ceb3c81513ae68e888ae9f20 (patch)
tree228046181324c43a15fbe3678edb4569b46380c4
parentdb4ddc5f6855fdd89cf2af9090f78fb7ebb7f032 (diff)
downloaduxp-294698153c7adf63ceb3c81513ae68e888ae9f20.tar.gz
Issue #1053 - Remove Android block in security/moz.build
Just ran across this, and thought I'd kick it off while there.
-rw-r--r--security/moz.build8
1 files changed, 0 insertions, 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