Skip to content

Commit 871f25e

Browse files
Perkseydotnet-bot
andauthored
[3.0] Update to SDL 3.2.4 (#2423)
* Update to SDL 3.2.4 * Fix android build * Fix android build harder * Update native binaries for cc027fc * Note to self: need to fix build checks for native lib commits --------- Co-authored-by: The Silk.NET Automaton <[email protected]>
1 parent 1b87a6b commit 871f25e

File tree

36 files changed

+4943
-2488
lines changed

36 files changed

+4943
-2488
lines changed

.silktouch/91c9aa14a031651f.stout

3.01 KB
Binary file not shown.

eng/submodules/sdl

Submodule sdl updated 1382 files
887 Bytes
Binary file not shown.

sources/SDL/Native/android/proguard.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
int messageboxShowMessageBox(int, java.lang.String, java.lang.String, int[], int[], java.lang.String[], int[]);
3737
void minimizeWindow();
3838
boolean openURL(java.lang.String);
39+
void onNativePen(int, int, int , float , float , float);
3940
void requestPermission(java.lang.String, int);
4041
boolean showToast(java.lang.String, int, int, int, int);
4142
boolean sendMessage(int, int);

sources/SDL/Native/build-android.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ if [ ! -z "$GITHUB_ACTIONS" ]; then
99
# NDK already installed: https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md
1010
sdkmanager=( /usr/local/lib/android/sdk/cmdline-tools/*/bin/sdkmanager )
1111
${sdkmanager[-1]} --install "platforms;android-19"
12+
sudo add-apt-repository ppa:deadsnakes/ppa
13+
sudo apt update
1214
sudo apt install python3.11 ninja-build
1315
python="python3.11"
1416
fi
151 KB
Binary file not shown.
216 KB
Binary file not shown.
215 KB
Binary file not shown.
386 KB
Binary file not shown.
119 KB
Binary file not shown.

0 commit comments

Comments
 (0)