From d20ca24a070d547be3bce4d513ef151b6be5f955 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Tue, 25 Feb 2020 19:45:39 -0500 Subject: Issue #1053 - Remove android support from toolkit Note: Does not remove support completely from toolkit/mozapps/installer or from telemetry or AppConstants.jsm --- toolkit/system/androidproxy/moz.build | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 toolkit/system/androidproxy/moz.build (limited to 'toolkit/system/androidproxy/moz.build') diff --git a/toolkit/system/androidproxy/moz.build b/toolkit/system/androidproxy/moz.build deleted file mode 100644 index 5c6b0c105..000000000 --- a/toolkit/system/androidproxy/moz.build +++ /dev/null @@ -1,11 +0,0 @@ -# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -SOURCES += [ - 'nsAndroidSystemProxySettings.cpp', -] - -FINAL_LIBRARY = 'xul' -- cgit v1.2.3