Skip to content

Commit

Permalink
Add stripped libs to FileWrites
Browse files Browse the repository at this point in the history
  • Loading branch information
radekdoulik committed Feb 23, 2021
1 parent 8ccbd41 commit 0e2914d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ _ResolveAssemblies MSBuild target.
<ItemGroup Condition=" '$(AndroidIncludeDebugSymbols)' != 'true' ">
<FrameworkNativeLibrary Remove="@(FrameworkNativeLibrary)"/>
<FrameworkNativeLibrary Include="@(StrippedFrameworkNativeLibrary)"/>
<FileWrites Include="@(StrippedFrameworkNativeLibrary)" />
</ItemGroup>
</Target>

Expand Down

0 comments on commit 0e2914d

Please sign in to comment.