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

Update Android build #202

Open
2 of 4 tasks
TheMostDiligent opened this issue Jun 18, 2022 · 0 comments
Open
2 of 4 tasks

Update Android build #202

TheMostDiligent opened this issue Jun 18, 2022 · 0 comments

Comments

@TheMostDiligent
Copy link
Contributor

TheMostDiligent commented Jun 18, 2022

  • Update CMake version
    • Updating CMake version to 3.18.2 results in libGraphicsEngineVk.so and libGraphicsEngineGL.so missing in the output folder for some reason. The log says these libraries are produced
    • CMake 3.22.1 works OK
  • Update gradle plugin version
  • In the latest version there are problems with packaging libGraphicsEngineVk.so and libGraphicsEngineGL.so - this is OK now
  • gradle versions later than 8.1.1 produce obscene amount of build cruft that makes GHA run out of disk space
  • Update targetSdkVersion
    • Bumping it above 30 produces manifest errors - OK now
    • Currently, versions 31 is used. Using higher versions produce warnings from gradle
  • Separate build into Arm64 and Arm32
    • This requires conditionally using the environment variable here. Refer to the core module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant