Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] CMakeToolchain + Android POC #7809

Closed
memsharded opened this issue Oct 5, 2020 · 0 comments · Fixed by #7843
Closed

[feature] CMakeToolchain + Android POC #7809

memsharded opened this issue Oct 5, 2020 · 0 comments · Fixed by #7843
Assignees
Milestone

Comments

@memsharded
Copy link
Member

Implement a proof of concept of using the new CMakeToolchain feature for building:

  • Android projects (from Linux/OSX)
  • From Windows

Notes:

  • Android NDK can be assumed installed
  • Focused on creating/building 1 package, both local flow (conan install + native cmake) and conan create flow.
  • Integration test.
  • Test can be skipped for CI, but should work locally, annotate assumptions and installation details
  • No env-var configuration at all
  • All code must be private and local to the toolchains package
  • New cross-build model with contexts must be used if necessary, not the old os_build, arch_build
  • If enough time to implement reuse of a package, the cmake_find_package_multi generator must be used
@memsharded memsharded added this to the 1.31 milestone Oct 5, 2020
@jgsogo jgsogo self-assigned this Oct 7, 2020
@jgsogo jgsogo mentioned this issue Oct 7, 2020
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants