aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/build_commands.py
diff options
context:
space:
mode:
authorLars Bergstrom <lars@lars.com>2015-09-24 13:33:55 -0500
committerLars Bergstrom <lars@lars.com>2015-11-04 16:29:39 -0600
commit17a6cb587399b8650d331a85456336ccbc31e9fe (patch)
tree342217ccbcf8f8ad7c0708431229002defa9daac /python/servo/build_commands.py
parent53d8f04ac4894480aa8bc7a6a79fb5e02ae050d1 (diff)
downloadservo-17a6cb587399b8650d331a85456336ccbc31e9fe.tar.gz
servo-17a6cb587399b8650d331a85456336ccbc31e9fe.zip
New Android suppport
Diffstat (limited to 'python/servo/build_commands.py')
-rw-r--r--python/servo/build_commands.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py
index 9b5b3e4e11a..ad901ba0fd4 100644
--- a/python/servo/build_commands.py
+++ b/python/servo/build_commands.py
@@ -198,13 +198,6 @@ class MachCommands(CommandBase):
if verbose:
opts += ["-v"]
if android:
- # Ensure the APK builder submodule has been built first
- apk_builder_dir = "support/android-rs-glue"
- with cd(path.join(apk_builder_dir, "apk-builder")):
- status = call(["cargo", "build"], env=self.build_env(), verbose=verbose)
- if status:
- return status
-
opts += ["--target", "arm-linux-androideabi"]
if debug_mozjs or self.config["build"]["debug-mozjs"]: