summaryrefslogtreecommitdiff
path: root/build/gyp_base.mozbuild
diff options
context:
space:
mode:
Diffstat (limited to 'build/gyp_base.mozbuild')
-rw-r--r--build/gyp_base.mozbuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/build/gyp_base.mozbuild b/build/gyp_base.mozbuild
index bbdaa0c583..a1f8acb099 100644
--- a/build/gyp_base.mozbuild
+++ b/build/gyp_base.mozbuild
@@ -1,5 +1,4 @@
# -*- 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/.
@@ -16,7 +15,6 @@ if os == 'WINNT':
flavors = {
'WINNT': 'win',
- 'Android': 'linux' if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk' else 'android',
'Linux': 'linux',
'Darwin': 'mac' if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa' else 'ios',
'SunOS': 'solaris',