Skip to content

Commit

Permalink
Revert "Bump to aapt2 4.1.1-6503028 (dotnet#5412)"
Browse files Browse the repository at this point in the history
This reverts commit 425fc07.

Context: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1288832
Context: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1287930

We have reports of `aapt2.exe` behaving "weirdly" when running on
certain AMD Phenom II CPUs, either crashing or hanging.

The behavior is new with d16-9.

Revert to the `aapt2` used with d16-8.
  • Loading branch information
jonpryor committed Mar 17, 2021
1 parent 877f572 commit 466ec79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions Documentation/release-notes/aapt2-4.1.1.md

This file was deleted.

2 changes: 1 addition & 1 deletion src/aapt2/aapt2.targets
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<UsingTask AssemblyFile="$(PrepTasksAssembly)" TaskName="Xamarin.Android.BuildTools.PrepTasks.DownloadUri" />
<PropertyGroup>
<Aapt2Version>4.1.1-6503028</Aapt2Version>
<Aapt2Version>4.0.0-6051327</Aapt2Version>
<_Destination>$(XAInstallPrefix)xbuild\Xamarin\Android\</_Destination>
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
</PropertyGroup>
Expand Down

0 comments on commit 466ec79

Please sign in to comment.