aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authortigercosmos <b04209032@ntu.edu.tw>2017-11-09 16:48:17 +0800
committertigercosmos <b04209032@ntu.edu.tw>2017-11-09 17:04:20 +0800
commit2792369a6db718da038bbf06ed81d94e5db68531 (patch)
treed0707499c9d9946e278d06d8e20e763a2df6bc56 /python
parentae5dca985ee58fbcd18d7e470184beb2b7e3d547 (diff)
downloadservo-2792369a6db718da038bbf06ed81d94e5db68531.tar.gz
servo-2792369a6db718da038bbf06ed81d94e5db68531.zip
remove unused script
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':