summaryrefslogtreecommitdiff
path: root/mozglue/moz.build
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-02-22 21:16:37 -0500
committerMatt A. Tobin <email@mattatobin.com>2020-02-22 21:16:37 -0500
commit5496e4f391dd42ebde590eb0b041667490464a90 (patch)
tree4f822eb958ec5d2cb7eaff5215e24e3d3c44b21f /mozglue/moz.build
parent13a8e788810c006e964cc3a87c0ddb9ca1eb9114 (diff)
downloaduxp-5496e4f391dd42ebde590eb0b041667490464a90.tar.gz
Issue #1053 - Remove android support from mozglue
Yes, I checked for unsaved files this time...
Diffstat (limited to 'mozglue/moz.build')
-rw-r--r--mozglue/moz.build3
1 files changed, 0 insertions, 3 deletions
diff --git a/mozglue/moz.build b/mozglue/moz.build
index a951d64279..6ad49f4dfb 100644
--- a/mozglue/moz.build
+++ b/mozglue/moz.build
@@ -7,9 +7,6 @@
if CONFIG['MOZ_LINKER']:
DIRS += ['linker']
-if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'android':
- DIRS += ['android']
-
DIRS += [
'build',
'misc',