summaryrefslogtreecommitdiff
path: root/dom/xbl/builtin/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'dom/xbl/builtin/moz.build')
-rw-r--r--dom/xbl/builtin/moz.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/dom/xbl/builtin/moz.build b/dom/xbl/builtin/moz.build
index c51001b4c9..b6c41678c4 100644
--- a/dom/xbl/builtin/moz.build
+++ b/dom/xbl/builtin/moz.build
@@ -5,8 +5,6 @@
if CONFIG['OS_ARCH'] == 'WINNT':
DIRS += ['win']
-elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'android':
- DIRS += ['android']
elif CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3'):
DIRS += ['unix']
else: