diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2018-06-25 23:25:22 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2018-07-02 13:25:44 +0200 |
commit | 484eee86248e7eab71fe78dab2c1419a42e61271 (patch) | |
tree | a4cf3c06ad2f575b70b4163b37a11e4c715b8f52 /python/servo/bootstrap_commands.py | |
parent | 6e6870516e38ce7d9be785ef7e3d7711e6d1b55b (diff) | |
download | servo-484eee86248e7eab71fe78dab2c1419a42e61271.tar.gz servo-484eee86248e7eab71fe78dab2c1419a42e61271.zip |
Tidy
Diffstat (limited to 'python/servo/bootstrap_commands.py')
-rw-r--r-- | python/servo/bootstrap_commands.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/servo/bootstrap_commands.py b/python/servo/bootstrap_commands.py index eadebb837ce..dcc278797a2 100644 --- a/python/servo/bootstrap_commands.py +++ b/python/servo/bootstrap_commands.py @@ -72,7 +72,6 @@ class MachCommands(CommandBase): system_image = "google_apis;armeabi-v7a" avd_name = "servo-armv7" - toolchains = path.join(self.context.topdir, "android-toolchains") if not path.isdir(toolchains): os.makedirs(toolchains) |