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 setup #1228

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Commits on Oct 13, 2024

  1. Update fmd and spdlog third party modules to a recent combination tha…

    …t compiles on Android
    
    Should also fix KhronosGroup#912
    SaschaWillems committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    1ceae13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    891c4ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58ff746 View commit details
    Browse the repository at this point in the history
  4. Replace ALooper_pollAll with ALooper_pollOnce

    Use of ALooper_pollAll has been deprecated on current Android versions
    SaschaWillems committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    9d9ea28 View commit details
    Browse the repository at this point in the history
  5. Remove package from Android manifest

    This has been deprecated with recent Android version
    Package name now comes from gradle setup
    SaschaWillems committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    23bd666 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f8ba49 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Update gradle to 8.9

    SaschaWillems committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    a6e70a4 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Configuration menu
    Copy the full SHA
    b8e0494 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfd93e0 View commit details
    Browse the repository at this point in the history
  3. Fix VVL download script

    Had a wrong "release only"dependency
    SaschaWillems committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    7493bb8 View commit details
    Browse the repository at this point in the history
  4. adb spelling

    It's lower case on all platforms, upper case only works properly on windows
    SaschaWillems committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    4e78db3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d66b3f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    be8379f View commit details
    Browse the repository at this point in the history
  7. Android JDK setup

    SaschaWillems committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    93f02a2 View commit details
    Browse the repository at this point in the history
  8. Revert adb name change

    SaschaWillems committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    c022c3b View commit details
    Browse the repository at this point in the history