From fc673a91f2ae706e2db3ce1b6ec088b76e84882d Mon Sep 17 00:00:00 2001 From: Jason Wu Date: Fri, 5 Jan 2018 16:04:58 +0800 Subject: [PATCH] Add back gradle_support_ndk initialization --- plugins/plugin_compile/project_compile.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/plugin_compile/project_compile.py b/plugins/plugin_compile/project_compile.py index 88c2d47e..b088867c 100644 --- a/plugins/plugin_compile/project_compile.py +++ b/plugins/plugin_compile/project_compile.py @@ -478,6 +478,8 @@ def build_android(self): cocos.Logging.info(MultiLanguage.get_string('COMPILE_INFO_ANDROID_PROJPATH_FMT', (ide_name, project_android_dir))) # Check whether the gradle of the project is support ndk or not + gradle_support_ndk = False + # Get the engine version of the project engine_version_num = self.get_engine_version_num() if engine_version_num is None: