Adding 32 bit support for android tv's

We need to add "armeabi-v7a" to support most of the android tv devices

Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com>
This commit is contained in:
Lance Chant
2026-05-13 10:41:36 +02:00
parent bab11addee
commit 4be540fe3c

View File

@@ -85,7 +85,7 @@
"useFrameworks": "static"
},
"android": {
"buildArchs": ["arm64-v8a", "x86_64"],
"buildArchs": ["arm64-v8a", "x86_64", "armeabi-v7a"],
"compileSdkVersion": 36,
"targetSdkVersion": 35,
"buildToolsVersion": "35.0.0",