diff --git a/src/android/app/build.gradle b/src/android/app/build.gradle index a4a796a6..dd4ca3d6 100644 --- a/src/android/app/build.gradle +++ b/src/android/app/build.gradle @@ -5,7 +5,7 @@ plugins { android { namespace 'info.cemu.Cemu' compileSdk 34 - ndkVersion '25.2.9519653' + ndkVersion '26.1.10909125' defaultConfig { applicationId "info.cemu.Cemu" minSdk 30 @@ -60,6 +60,7 @@ android { '-DENABLE_DISCORD_RPC=OFF', '-DENABLE_NSYSHID_LIBUSB=OFF', '-DENABLE_WAYLAND=OFF', + '-DENABLE_HIDAPI=OFF', ) // abiFilters("x86_64", "arm64-v8a") abiFilters("arm64-v8a") diff --git a/vcpkg.json b/vcpkg.json index 18f28c30..d794b76e 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -41,7 +41,10 @@ }, "boost-random", "fmt", - "hidapi", + { + "name": "hidapi", + "platform": "!android" + }, "libpng", "glm", {