Updated ndkVersion & build without HIDAPI on android

This commit is contained in:
SSimco
2024-01-20 22:59:52 +02:00
parent 47f4c6b79e
commit f5cf6b7ca6
2 changed files with 6 additions and 2 deletions
+2 -1
View File
@@ -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")
+4 -1
View File
@@ -41,7 +41,10 @@
},
"boost-random",
"fmt",
"hidapi",
{
"name": "hidapi",
"platform": "!android"
},
"libpng",
"glm",
{