From 9496ffb86c58621b9929a1a7504e6ccc61cf8666 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 28 May 2018 19:50:53 +0200 Subject: [PATCH] Clean android_ndk --- kiwixbuild/toolchains/android_ndk.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/kiwixbuild/toolchains/android_ndk.py b/kiwixbuild/toolchains/android_ndk.py index 597f82f..9be7d5f 100644 --- a/kiwixbuild/toolchains/android_ndk.py +++ b/kiwixbuild/toolchains/android_ndk.py @@ -51,14 +51,6 @@ class android_ndk(Toolchain): def arch_full(self): return self.buildEnv.platformInfo.arch_full - @property - def toolchain(self): - return self.arch_full+"-4.9" - - @property - def configure_option(self): - return '--host={}'.format(self.arch_full) - def _build_platform(self, context): context.try_skip(self.build_path) script = pj(self.source_path, 'build/tools/make_standalone_toolchain.py')