aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/bootstrap_commands.py
diff options
context:
space:
mode:
authorPaul Rouget <me@paulrouget.com>2018-07-11 15:26:41 +0200
committerPaul Rouget <me@paulrouget.com>2018-07-31 22:39:45 +0800
commit6a31864126679486935bd80c5f7f1c8ef7b027ed (patch)
treefe24feee9b8b9100a24e3a566a90c3d9a4d58e53 /python/servo/bootstrap_commands.py
parentbef2fe83cd995eb291e1ce58c2966b232431a735 (diff)
downloadservo-6a31864126679486935bd80c5f7f1c8ef7b027ed.tar.gz
servo-6a31864126679486935bd80c5f7f1c8ef7b027ed.zip
Update Gradle and SDK
Diffstat (limited to 'python/servo/bootstrap_commands.py')
-rw-r--r--python/servo/bootstrap_commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/bootstrap_commands.py b/python/servo/bootstrap_commands.py
index 092d6653d2d..481a6f174e1 100644
--- a/python/servo/bootstrap_commands.py
+++ b/python/servo/bootstrap_commands.py
@@ -63,7 +63,7 @@ class MachCommands(CommandBase):
ndk = "android-ndk-r12b-{system}-{arch}"
tools = "sdk-tools-{system}-4333796"
- sdk_build_tools = "25.0.2"
+ sdk_build_tools = "27.0.3"
emulator_images = [
("servo-arm", "25", "google_apis;armeabi-v7a"),
("servo-x86", "28", "google_apis;x86"),