Browse Source
Android-Build: Fix NDK_TOOLCHAIN helper script
android-build-178
Hussein Kasem
3 years ago
committed by
Hussein Kasem
No known key found for this signature in database
GPG Key ID: 9E61B9BC790E6B02
1 changed files with
1 additions and
1 deletions
-
utils/ndk_toolchains_path.py
|
|
@ -42,7 +42,7 @@ def main(): |
|
|
|
|
|
|
|
host_tag = get_host_tag_or_die() |
|
|
|
toolchain_path = get_toolchain_path_or_die(args.ndk, host_tag) |
|
|
|
print toolchain_path |
|
|
|
print(toolchain_path) |
|
|
|
|
|
|
|
if __name__ == '__main__': |
|
|
|
main() |
|
|
|