Skip to content

Commit

Permalink
ff
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Mar 10, 2023
1 parent 929ba55 commit 0ee0602
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/MSBuildDeviceIntegration/Tests/InstallAndRunTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -293,11 +293,6 @@ public void SmokeTestBuildAndRunWithSpecialCharacters (string testName)
ProjectName = testName,
IsRelease = true,
};

if (fullAot)
proj.SetProperty (proj.ReleaseProperties, "RunAOTCompilation", "true");
else
proj.SetProperty (proj.ReleaseProperties, "AndroidEnableProfiledAot", "true");
proj.SetAndroidSupportedAbis ("arm64-v8a", "x86_64");
proj.SetDefaultTargetDevice ();
using (var builder = CreateApkBuilder (Path.Combine (rootPath, proj.ProjectName))){
Expand Down

0 comments on commit 0ee0602

Please sign in to comment.