aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/command_base.py
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2018-09-21 10:55:23 -0400
committerJosh Matthews <josh@joshmatthews.net>2019-05-01 15:08:37 -0400
commit7a95cbcf91feecdf4230ddf346dde71fa29145f8 (patch)
tree6f526785f6383a5add457a258a8e1f7aaeb63712 /python/servo/command_base.py
parent0a5aab6cc2d23b6b9bf5de142e7a8a5b84e32380 (diff)
downloadservo-7a95cbcf91feecdf4230ddf346dde71fa29145f8.tar.gz
servo-7a95cbcf91feecdf4230ddf346dde71fa29145f8.zip
Upgrade NDK to v15c.
Diffstat (limited to 'python/servo/command_base.py')
-rw-r--r--python/servo/command_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/command_base.py b/python/servo/command_base.py
index ac9789ca389..0babff052f3 100644
--- a/python/servo/command_base.py
+++ b/python/servo/command_base.py
@@ -774,7 +774,7 @@ install them, let us know by filing a bug!")
def handle_android_target(self, target):
if target == "armv7-linux-androideabi":
- self.config["android"]["platform"] = "android-18"
+ self.config["android"]["platform"] = "android-21"
self.config["android"]["target"] = target
self.config["android"]["toolchain_prefix"] = "arm-linux-androideabi"
self.config["android"]["arch"] = "arm"