Max Kellermann
|
196258ea13
|
.github/workflows/build_android.yml: update NDK to r27
|
2024-07-29 16:38:26 +02:00 |
Max Kellermann
|
11bb2ad0fd
|
.github/workflows/build_android.yml: update NDK to 27rc1
|
2024-07-05 17:35:54 +02:00 |
Max Kellermann
|
f37b699349
|
.github/workflows/build_android.yml: switch to Ubuntu 24.04 as well
Since 24.04 comes with Meson 1.3.2, we can install it with "apt-get"
instead of "pip".
|
2024-07-05 17:29:37 +02:00 |
Max Kellermann
|
4ba288501d
|
.github/workflows/build.yml: install ccache manually
This eliminates the additionoal "apt-get install" call by
ccache-action.
|
2024-05-06 12:46:44 +02:00 |
Colin Edwards
|
cb6f61cf37
|
android: Update to NDK 27
|
2024-04-22 22:34:34 -05:00 |
Max Kellermann
|
8ef47147a0
|
.github/workflows/build_android.yml: do not ignore "python"
Python scripts are used to build Android.
|
2023-12-22 15:17:47 +01:00 |
Max Kellermann
|
fb4dd4e1ce
|
.github/workflows/build_android.yml: remove branch v0.23.x
This branch cannot be built this way.
|
2023-12-22 15:17:45 +01:00 |
Max Kellermann
|
1b2bd0cc0a
|
.github/workflows/build_android.yml: use preinstalled Android SDK/NDK
|
2023-12-22 14:39:20 +01:00 |
Max Kellermann
|
dd3779d64b
|
.github/workflows/build_android.yml: use preinstalled Java
|
2023-12-22 14:39:20 +01:00 |
Max Kellermann
|
806d1483a8
|
.github/workflows/build_android.yml: install Meson 1.3.0
We need at least 0.63.0 for "diff_files" support in subprojects;
without this, the Opus build breaks.
|
2023-12-22 14:39:20 +01:00 |
Colin Edwards
|
80bb5a0542
|
android: Add github action
This lives under a separate workflow so it can have different ignore paths.
|
2023-12-19 17:25:25 -06:00 |