From ae2a160348562dfa5361f1e68226365b240c9597 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Sat, 26 Dec 2020 10:16:55 +0000 Subject: Issue #1053 - Part 2a: Remove android from /layout (partial) This removes android code from base, build, forms, generic, inspector, style, printing, tools and xul. --- layout/base/moz.build | 5 ----- 1 file changed, 5 deletions(-) (limited to 'layout/base/moz.build') diff --git a/layout/base/moz.build b/layout/base/moz.build index faf421f2e..51cab4c6b 100644 --- a/layout/base/moz.build +++ b/layout/base/moz.build @@ -193,11 +193,6 @@ LOCAL_INCLUDES += [ '/view', ] -if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'android': - LOCAL_INCLUDES += [ - '/widget/android', - ] - FINAL_LIBRARY = 'xul' BROWSER_CHROME_MANIFESTS += ['tests/browser.ini'] -- cgit v1.2.3