diff options
Diffstat (limited to 'python/servo/command_base.py')
-rw-r--r-- | python/servo/command_base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/command_base.py b/python/servo/command_base.py index b8fd132387d..4359d1c74ca 100644 --- a/python/servo/command_base.py +++ b/python/servo/command_base.py @@ -694,7 +694,7 @@ class CommandBase(object): # Set the default Android target if android and not target_triple: - target_triple = "armv7-linux-androideabi" + target_triple = "aarch64-linux-android" self.target = BuildTarget.from_triple(target_triple) |