diff options
author | Moonchild <moonchild@palemoon.org> | 2021-10-14 16:57:01 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-04-01 15:17:54 +0200 |
commit | 28a3cd1028612b3b577768519d11fa6fbcda6f09 (patch) | |
tree | 61a64f843d3bfed644305987dbe1482d7b39c11a /build/moz.configure | |
parent | f987138760b344a8869e319f28400acc438d0553 (diff) | |
download | uxp-28a3cd1028612b3b577768519d11fa6fbcda6f09.tar.gz |
Issue #1053 - First pass Android defines and remove Android Annotation
processors, some Andoid packaging stuff, Eclipse IDE support et al.
Diffstat (limited to 'build/moz.configure')
-rw-r--r-- | build/moz.configure/memory.configure | 8 |
1 files changed, 0 insertions, 8 deletions
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') |