Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

ANDROID_NDK_rXX not set #274

Closed
tonyrewin opened this issue Sep 1, 2018 · 4 comments
Closed

ANDROID_NDK_rXX not set #274

tonyrewin opened this issue Sep 1, 2018 · 4 comments

Comments

@tonyrewin
Copy link

tonyrewin commented Sep 1, 2018

Actually I can easily say it can be an universal wrapper instead of too many files about android toolchains. Is there a reason to do like this?

And this env var mentioned in the title... is it really should be set every time manually? I've told already to polly everything:

polly.py --toolchain android-ndk-r18-api-27-x86-clang-libcxx14 --verbose --config Release  
@ruslo
Copy link
Owner

ruslo commented Sep 1, 2018

Actually I can easily say it can be an universal wrapper instead of too many files about android toolchains. Is there a reason to do like this?

"Combinatorial explosion" is a known issue, e.g. see #20 I have some ideas about how to improve this but it will be a completely separate project, not Polly.

And this env var mentioned in the title... is it really should be set every time manually? I've told already to polly everything:

It's designed so that you can use them all on one machine without conflicts, hence you have to download different NDKs and define ANROID_NDK_rXXX environment variables.

Also there are "universal" toolchains like ios or ios-nocodesign. If you want to create "universal" Android toolchain feel free to send the pull request.

@tonyrewin
Copy link
Author

some packages require pre-defined env vars, but ios script is resetting it. https://github.com/ruslo/hunter/issues/1536

@ruslo
Copy link
Owner

ruslo commented Sep 5, 2018

some packages require pre-defined env vars, but ios script is resetting it. ruslo/hunter#1536

What?

@ruslo
Copy link
Owner

ruslo commented Nov 7, 2018

Closing inactive discussion.

@ruslo ruslo closed this as completed Nov 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants