We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3daf433 commit 2f38764Copy full SHA for 2f38764
src/Xamarin.Android.Build.Tasks/Xamarin.Android.Common.targets
@@ -1622,7 +1622,6 @@ because xbuild doesn't support framework reference assemblies.
1622
Condition=" '$(_AndroidEnableNativeRuntimeLinking)' == 'true' "
1623
BuildTargetAbis="@(_BuildTargetAbis)"
1624
NativeSourcesDir="$(_NativeAssemblySourceDir)"
1625
- InstantRunEnabled="$(_InstantRunEnabled)"
1626
Debug="$(AndroidIncludeDebugSymbols)"
1627
Mode="runtime_linking">
1628
<Output TaskParameter="AssemblySources" ItemName="_RuntimeLinkingAssemblySource" />
0 commit comments