summaryrefslogtreecommitdiffstats
path: root/ipc/glue/moz.build
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-02-22 22:44:01 -0500
committerMatt A. Tobin <email@mattatobin.com>2020-02-22 22:44:01 -0500
commitdada39db2360486de3135d902aed4c351d6a76ad (patch)
tree4a0412b42521ae957a03191fbc3e6236c2b5f1c1 /ipc/glue/moz.build
parent5496e4f391dd42ebde590eb0b041667490464a90 (diff)
downloadUXP-dada39db2360486de3135d902aed4c351d6a76ad.tar
UXP-dada39db2360486de3135d902aed4c351d6a76ad.tar.gz
UXP-dada39db2360486de3135d902aed4c351d6a76ad.tar.lz
UXP-dada39db2360486de3135d902aed4c351d6a76ad.tar.xz
UXP-dada39db2360486de3135d902aed4c351d6a76ad.zip
Issue #1053 - Remove android support from ipc except for ipc/chromium
This does not include android in the imported chromium code as specific research needs done on defines and logic.
Diffstat (limited to 'ipc/glue/moz.build')
-rw-r--r--ipc/glue/moz.build10
1 files changed, 1 insertions, 9 deletions
diff --git a/ipc/glue/moz.build b/ipc/glue/moz.build
index 85d7f8fa0..51e6538ff 100644
--- a/ipc/glue/moz.build
+++ b/ipc/glue/moz.build
@@ -78,15 +78,7 @@ else:
'CrossProcessMutex_unimplemented.cpp',
]
-# Android has its own,
-# almost-but-not-quite-compatible-with-POSIX-or-/dev/shm shared memory
-# impl.
-if CONFIG['OS_TARGET'] == 'Android':
- EXPORTS.mozilla.ipc += ['SharedMemoryBasic_android.h']
- UNIFIED_SOURCES += [
- 'SharedMemoryBasic_android.cpp',
- ]
-elif CONFIG['OS_ARCH'] == 'Darwin':
+if CONFIG['OS_ARCH'] == 'Darwin':
EXPORTS.mozilla.ipc += ['SharedMemoryBasic_mach.h']
SOURCES += [
'SharedMemoryBasic_mach.mm',