From 28a3cd1028612b3b577768519d11fa6fbcda6f09 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Thu, 14 Oct 2021 16:57:01 +0000 Subject: Issue #1053 - First pass Android defines and remove Android Annotation processors, some Andoid packaging stuff, Eclipse IDE support et al. --- build/moz.configure/memory.configure | 8 -------- 1 file changed, 8 deletions(-) (limited to 'build/moz.configure') diff --git a/build/moz.configure/memory.configure b/build/moz.configure/memory.configure index 262714e261..e8e074f897 100644 --- a/build/moz.configure/memory.configure +++ b/build/moz.configure/memory.configure @@ -64,14 +64,6 @@ def jemalloc_os_define(jemalloc, target): set_define(jemalloc_os_define, '1') -@depends(jemalloc, target) -def jemalloc_os_define_android(jemalloc, target): - if jemalloc and target.os == 'Android': - return 'MOZ_MEMORY_ANDROID' - -set_define(jemalloc_os_define_android, '1') - - option('--enable-replace-malloc', help='Enable ability to dynamically replace the malloc implementation') -- cgit v1.2.3