Skip to content

Commit

Permalink
remove unused script
Browse files Browse the repository at this point in the history
  • Loading branch information
tigercosmos committed Nov 9, 2017
1 parent ae5dca9 commit 2792369
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/servo/build_commands.py
Expand Up @@ -265,7 +265,6 @@ def build(self, target=None, release=False, dev=False, jobs=None,
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':
Expand Down

0 comments on commit 2792369

Please sign in to comment.