From bcb01d4665e0fb758a3302e1bd99b98b7bd5c395 Mon Sep 17 00:00:00 2001 From: Jerome Laban Date: Sun, 8 Dec 2024 20:19:25 -0500 Subject: [PATCH] chore: Enable AOT for tests --- build/scripts/android-uitest-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scripts/android-uitest-build.sh b/build/scripts/android-uitest-build.sh index 3491aea79..4a4c37d98 100644 --- a/build/scripts/android-uitest-build.sh +++ b/build/scripts/android-uitest-build.sh @@ -37,4 +37,4 @@ fi # Build the sample, while the emulator is starting cd $UNO_UITEST_ANDROID_PROJECT -dotnet publish -f net8.0-android -p:TargetFrameworkOverride=net8.0-android -c Release -p:RuntimeIdentifier=android-x64 /p:IsUiAutomationMappingEnabled=True /p:AndroidUseSharedRuntime=false /p:AotAssemblies=false -bl:$BUILD_ARTIFACTSTAGINGDIRECTORY/android-app.binlog +dotnet publish -f net8.0-android -p:TargetFrameworkOverride=net8.0-android -c Release -p:RuntimeIdentifier=android-x64 /p:IsUiAutomationMappingEnabled=True /p:AndroidUseSharedRuntime=false /p:AotAssemblies=true -bl:$BUILD_ARTIFACTSTAGINGDIRECTORY/android-app.binlog