Skip to content

Android SDL POC #311

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

Open
wants to merge 41 commits into
base: opensdl/release/8.0.0
Choose a base branch
from

Conversation

AKalinich-Luxoft
Copy link

This PR contains a set of changes required in OpenSDL for supporting Android builds.
This POC is based on OpenSDL release 8.0.0

AKalinich-Luxoft and others added 30 commits August 9, 2021 19:57
Taken from sdl_core custom repo
Branch: experimental/android_sdl_core_port
Commit: 93a1487
Fix invalid uses of erase while iterating through sets
…connect

Make BLE device disconnect properly
additional places for BLE type
Looks like 32-bit android architectures are not able to work with the
timestamps beyound 2038 year. However, NDK contains a separate header
with 64-bit time_t representation to address that issue.
Was created a separate wrapper which provides these types for 32-bit
Android systems and uses regular `time_t` type for 64-bit architectures.
Note, that GNU most likely still has the same issue which should be
addressed separately.
fix last state impl


111


fix style


fix s


fix linux build


111


small fixes


fix tests for linux build


111
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

Successfully merging this pull request may close these issues.

2 participants