From d260e738b13b91bc7f010e89520dfcefc5a597f3 Mon Sep 17 00:00:00 2001 From: Dan Balasescu Date: Wed, 7 Aug 2024 22:46:16 +0900 Subject: [PATCH] Fix native lib packaging in android tests project --- .../SDL3-CS.Tests.Android.csproj | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/SDL3-CS.Tests.Android/SDL3-CS.Tests.Android.csproj b/SDL3-CS.Tests.Android/SDL3-CS.Tests.Android.csproj index 4ce67fa..e84e625 100644 --- a/SDL3-CS.Tests.Android/SDL3-CS.Tests.Android.csproj +++ b/SDL3-CS.Tests.Android/SDL3-CS.Tests.Android.csproj @@ -16,4 +16,19 @@ + + + armeabi-v7a + + + arm64-v8a + + + x86 + + + x86_64 + + +