Meta: Enable Vulkan and ANGLE when compiling for Android

Vulkan seems to have been disabled due to not being able to compile.
However, it compiles on my machine and it works on my phone.

As for ANGLE, someone just forgot about Android.
This commit is contained in:
Olekoop 2025-07-03 19:28:28 +02:00 committed by Andrew Kaster
commit e65a38bb0e
Notes: github-actions[bot] 2025-07-10 21:46:25 +00:00

View file

@ -10,7 +10,7 @@
},
{
"name": "angle",
"platform": "linux | windows"
"platform": "linux | windows | android"
},
{
"name": "curl",
@ -125,23 +125,20 @@
},
{
"name": "skia",
"platform": "android"
"platform": "android",
"features": [
"vulkan"
]
},
"sqlite3",
{
"name": "vulkan",
"platform": "!android"
},
"vulkan",
{
"name": "tiff",
"features": [
"zstd"
]
},
{
"name": "vulkan-headers",
"platform": "!android"
},
"vulkan-headers",
"woff2",
"zlib"
],