aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/servo/build_commands.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py
index bd7dd480fb7..3c5f6d4672e 100644
--- a/python/servo/build_commands.py
+++ b/python/servo/build_commands.py
@@ -265,7 +265,6 @@ class MachCommands(CommandBase):
shutil.copy(path.join(self.android_support_dir(), "openssl.sh"), openssl_dir)
# Check if the NDK version is 12
- env["ANDROID_NDK_ROOT"] = env["ANDROID_NDK"]
with open(path.join(env["ANDROID_NDK"], 'source.properties')) as ndk_properties:
lines = ndk_properties.readlines()
if lines[1].split(' = ')[1].split('.')[0] != '12':