diff options
Diffstat (limited to 'python/servo/bootstrapper/base.py')
-rw-r--r-- | python/servo/bootstrapper/base.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/python/servo/bootstrapper/base.py b/python/servo/bootstrapper/base.py index 40f3d1f5ebc..b988e06c53a 100644 --- a/python/servo/bootstrapper/base.py +++ b/python/servo/bootstrapper/base.py @@ -29,14 +29,6 @@ class BaseBootstrapper(object): raise NotImplementedError('%s must implement install_system_packages()' % __name__) - def install_mobile_android_packages(self): - ''' - Install packages required to build Servo for Android. - ''' - raise NotImplementedError('Cannot bootstrap Servo for Android: ' - '%s does not yet implement install_mobile_android_packages()' - % __name__) - def which(self, name): """Python implementation of which. |