aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/bootstrapper/windows_msvc.py
diff options
context:
space:
mode:
authorAneesh Agrawal <aneeshusa@gmail.com>2017-01-13 16:40:38 -0500
committerAneesh Agrawal <aneeshusa@gmail.com>2017-01-14 00:10:50 -0500
commit5b8d783f4cb622fa68c5270b27ebad1e838ee7cb (patch)
tree8699f358414dd0ab37805122de6b3e3bb1ba283a /python/servo/bootstrapper/windows_msvc.py
parent2fb9a345d6341f57ab4cfdd9a1ae68b2bbd5f9a2 (diff)
downloadservo-5b8d783f4cb622fa68c5270b27ebad1e838ee7cb.tar.gz
servo-5b8d783f4cb622fa68c5270b27ebad1e838ee7cb.zip
Remove unusable --android flag for `mach bootstrap`
`mach` can't do any bootstrapping for Android, so the flag is useless.
Diffstat (limited to 'python/servo/bootstrapper/windows_msvc.py')
-rw-r--r--python/servo/bootstrapper/windows_msvc.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/servo/bootstrapper/windows_msvc.py b/python/servo/bootstrapper/windows_msvc.py
index 11ff765c99d..8ca11682d79 100644
--- a/python/servo/bootstrapper/windows_msvc.py
+++ b/python/servo/bootstrapper/windows_msvc.py
@@ -81,6 +81,3 @@ class WindowsMsvcBootstrapper(BaseBootstrapper):
with open(installed_deps_file, 'w') as installed_file:
for line in packages:
installed_file.write(line + "\n")
-
- def install_mobile_android_packages(self):
- sys.exit('We do not support building Android on Windows. Sorry!')