aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/bootstrapper/windows_msvc.py
diff options
context:
space:
mode:
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!')