Skip to content

Commit be38e90

Browse files
committed
Revert "Let's see what breaks"
This reverts commit bc47870. It broke 481 tests
1 parent 8459cd0 commit be38e90

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/Xamarin.Android.Build.Tasks/Microsoft.Android.Sdk/targets/Microsoft.Android.Sdk.BuildOrder.targets

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ properties that determine build ordering.
6262
<_PrepareBuildApkDependsOnTargets>
6363
_SetLatestTargetFrameworkVersion;
6464
_GetLibraryImports;
65-
_RemoveRegisterAttribute;
6665
_ResolveAssemblies;
6766
_ResolveSatellitePaths;
6867
_CreatePackageWorkspace;

src/Xamarin.Android.Build.Tasks/Xamarin.Android.Common.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2023,6 +2023,7 @@ because xbuild doesn't support framework reference assemblies.
20232023
<PropertyGroup>
20242024
<_CompileToDalvikDependsOnTargets>
20252025
_CompileJava;
2026+
_RemoveRegisterAttribute;
20262027
_CreateApplicationSharedLibraries;
20272028
_GetMonoPlatformJarPath;
20282029
_GetLibraryImports;

0 commit comments

Comments
 (0)