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

setup-environment: introduced android-ndk-r26d and some improvements #12

Merged
merged 28 commits into from
Jun 10, 2024

Conversation

pavly-gerges
Copy link
Member

@pavly-gerges pavly-gerges commented Jun 10, 2024

This PR introduces the following:

  • Unification of the CMakeLists.txt script for all native libraries inside the framework.
  • Decomposition and association of sources, dependencies, headers, and toolchain compilers with the main CMakeLists.txt using shell scripting.
  • Android-NDK downloading and setup task.
  • Android-NDK and NDK headers associating script for building to android targets.

… decomposing and associating conceptualizations
@pavly-gerges pavly-gerges added enhancement New feature or request build-script Build script related stuff. android Android platform related stuff. labels Jun 10, 2024
@pavly-gerges
Copy link
Member Author

This considered to be the initiative to support android and arm toolchains and any other foreign toolchain, it will be merged as it is for now, knowing that there should be also a support for linking directories (the functionality of -L{dir} argument) for the auto linkable libraries.

@pavly-gerges pavly-gerges merged commit ebb7fcd into master Jun 10, 2024
1 check passed
@pavly-gerges pavly-gerges deleted the ndk-scripting branch June 10, 2024 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android Android platform related stuff. build-script Build script related stuff. enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant