{ "auto_detect": "yes", "customize": { "add_only_with_version": "yes", "add_to_path": "yes", "build_dir_name": "llvm-android-ndk", "can_strip_dynamic_lib": "yes", "check_that_exists": "yes", "ck_version": 10, "env_prefix": "CK_ENV_COMPILER_LLVM", "languages": [ "C", "CPP" ], "limit_recursion_dir_search": { "linux": 3, "win": 4 }, "only_for_target_os_tags": [ "android" ], "skip_soft_file_is_asked": "yes", "soft_file": { "linux": "ndk-build", "win": "ndk-build.cmd" }, "soft_file_as_env": "CK_CC", "soft_file_from_host_os": "yes", "soft_file_not_tool": "yes", "soft_path_example": { "linux": "/opt/android-ndk-r18b//ndk-build", "win": "C:\\android-ndk-r18b\\ndk-build.cmd" }, "soft_version_cmd": { "linux": "--version > $#filename#$ 2>&1", "win": " --version > $#filename#$ 2>&1" }, "sort": 50 }, "deps": { "ndk": { "local": "yes", "name": "Android NDK toolchain", "only_for_target_os_tags": [ "android" ], "tags": "android,ndk,toolchain" }, "ndk-gcc": { "local": "yes", "name": "Android NDK GCC", "only_for_target_os_tags": [ "android" ], "tags": "compiler,gcc,ndk" } }, "env": {}, "soft_name": "Android NDK LLVM compiler", "tags": [ "compiler", "llvm", "android", "ndk", "lang-c", "lang-cpp" ] }