Skip to content

Commit a98eac2

Browse files
committed
ff
1 parent 54b27ab commit a98eac2

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tests/MSBuildDeviceIntegration/Tests/InstallAndRunTests.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -293,11 +293,6 @@ public void SmokeTestBuildAndRunWithSpecialCharacters (string testName)
293293
ProjectName = testName,
294294
IsRelease = true,
295295
};
296-
297-
if (fullAot)
298-
proj.SetProperty (proj.ReleaseProperties, "RunAOTCompilation", "true");
299-
else
300-
proj.SetProperty (proj.ReleaseProperties, "AndroidEnableProfiledAot", "true");
301296
proj.SetAndroidSupportedAbis ("arm64-v8a", "x86_64");
302297
proj.SetDefaultTargetDevice ();
303298
using (var builder = CreateApkBuilder (Path.Combine (rootPath, proj.ProjectName))){

0 commit comments

Comments
 (0)