From dada39db2360486de3135d902aed4c351d6a76ad Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Sat, 22 Feb 2020 22:44:01 -0500 Subject: 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. --- ipc/glue/moz.build | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'ipc/glue/moz.build') 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', -- cgit v1.2.3