summaryrefslogtreecommitdiffstats
path: root/memory/build/moz.build
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-02-23 00:26:22 -0500
committerMatt A. Tobin <email@mattatobin.com>2020-02-23 00:26:22 -0500
commite9360fae1307575a255bb354efb807eb71e9369a (patch)
tree5fcaade08d40364eee06df289a4b9d9f8f712c4e /memory/build/moz.build
parent2896724eaf851ee4b3d6f14eae05dcc626d88cdd (diff)
downloadUXP-e9360fae1307575a255bb354efb807eb71e9369a.tar
UXP-e9360fae1307575a255bb354efb807eb71e9369a.tar.gz
UXP-e9360fae1307575a255bb354efb807eb71e9369a.tar.lz
UXP-e9360fae1307575a255bb354efb807eb71e9369a.tar.xz
UXP-e9360fae1307575a255bb354efb807eb71e9369a.zip
Issue #1053 - Remove android support from memory
Diffstat (limited to 'memory/build/moz.build')
-rw-r--r--memory/build/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/memory/build/moz.build b/memory/build/moz.build
index f4fd82878..c43e85192 100644
--- a/memory/build/moz.build
+++ b/memory/build/moz.build
@@ -36,6 +36,6 @@ if CONFIG['MOZ_GLUE_IN_PROGRAM']:
DIST_INSTALL = True
# Keep jemalloc separated when mozglue is statically linked
-if CONFIG['MOZ_MEMORY'] and CONFIG['OS_TARGET'] in ('WINNT', 'Darwin', 'Android'):
+if CONFIG['MOZ_MEMORY'] and CONFIG['OS_TARGET'] in ('WINNT', 'Darwin'):
FINAL_LIBRARY = 'mozglue'