From e65a38bb0e38e32840158ec91f750a9b4d16b154 Mon Sep 17 00:00:00 2001 From: Olekoop Date: Thu, 3 Jul 2025 19:28:28 +0200 Subject: [PATCH] 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. --- vcpkg.json | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index 48f8e058c66..9dd31891c8d 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -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" ],