summaryrefslogtreecommitdiffstats
path: root/layout/build/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'layout/build/moz.build')
-rw-r--r--layout/build/moz.build5
1 files changed, 0 insertions, 5 deletions
diff --git a/layout/build/moz.build b/layout/build/moz.build
index 7c9e13094..d7996af8d 100644
--- a/layout/build/moz.build
+++ b/layout/build/moz.build
@@ -67,11 +67,6 @@ elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
LOCAL_INCLUDES += [
'/dom/system/mac',
]
-elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'android':
- LOCAL_INCLUDES += [
- '/dom/system',
- '/dom/system/android',
- ]
elif 'gtk' in CONFIG['MOZ_WIDGET_TOOLKIT']:
LOCAL_INCLUDES += [
'/widget/gtk',