Skip to content

Commit

Permalink
[WIP] DO use different names for the generator target
Browse files Browse the repository at this point in the history
Same name but different condition works, but not really
  • Loading branch information
grendello committed Jun 2, 2022
1 parent b306cfb commit 6d67118
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1626,7 +1626,7 @@ because xbuild doesn't support framework reference assemblies.
</PrepareAbiItems>
</Target>

<Target Name="_GenerateAndroidRemapNativeCode"
<Target Name="_GenerateEmptyAndroidRemapNativeCode"
DependsOnTargets="_PrepareAndroidRemapNativeAssemblySources"
Condition=" '@(_AndroidRemapMembers->Count())' == '0' "
Inputs="$(MSBuildProjectFullPath)"
Expand Down Expand Up @@ -1663,6 +1663,7 @@ because xbuild doesn't support framework reference assemblies.
_PrepareEnvironmentAssemblySources;
_GenerateEnvironmentFiles;
_GenerateAndroidRemapNativeCode;
_GenerateEmptyAndroidRemapNativeCode;
_IncludeNativeSystemLibraries;
</_GeneratePackageManagerJavaDependsOn>
</PropertyGroup>
Expand Down

0 comments on commit 6d67118

Please sign in to comment.