mirror of
https://github.com/izzy2lost/WeeU.git
synced 2026-07-06 00:19:59 -07:00
Updated ndkVersion & build without HIDAPI on android
This commit is contained in:
@@ -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
@@ -41,7 +41,10 @@
|
||||
},
|
||||
"boost-random",
|
||||
"fmt",
|
||||
"hidapi",
|
||||
{
|
||||
"name": "hidapi",
|
||||
"platform": "!android"
|
||||
},
|
||||
"libpng",
|
||||
"glm",
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user