summaryrefslogtreecommitdiff
path: root/xmake/toolchains/ndk/check.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-03-21 14:42:43 +0800
committerruki <[email protected]>2021-03-21 14:42:43 +0800
commitf4333905bba49775a03def29e7b588246aaef4bf (patch)
tree2e3e41432dbb021527e6da2d57ff88ec83116cd7 /xmake/toolchains/ndk/check.lua
parentefa052bcecd4203dfce0fda26a297f3ce45ed47d (diff)
improve map_flags
Diffstat (limited to 'xmake/toolchains/ndk/check.lua')
-rw-r--r--xmake/toolchains/ndk/check.lua5
1 files changed, 1 insertions, 4 deletions
diff --git a/xmake/toolchains/ndk/check.lua b/xmake/toolchains/ndk/check.lua
index 605fa250a..aaf1d609a 100644
--- a/xmake/toolchains/ndk/check.lua
+++ b/xmake/toolchains/ndk/check.lua
@@ -79,8 +79,5 @@ end
-- main entry
function main(toolchain)
_check_android_sdk(toolchain)
- _check_ndk(toolchain)
- -- TODO we should return the check result, but we need support builder with package first
- -- so we need improve remote ndk toolchain
- return true
+ return _check_ndk(toolchain)
end