diff options
Diffstat (limited to 'python/servo/build_commands.py')
-rw-r--r-- | python/servo/build_commands.py | 7 |
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"]: |