Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 364a928

Browse files
committed
Switch annotaitons to embedded jar
Previously Xamarin.Build.Download was responsible for injecting the .jar file into the assembly (which acted like EmbeddedJar) but now that we have removed Xamarin.Build.Download, this needs to be manually switched just like .aar files are now directly included.
1 parent 45b068c commit 364a928

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

support-annotations/source/Annotations.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
<None Include="packages.config" />
6565
</ItemGroup>
6666
<ItemGroup>
67-
<InputJar Include="..\..\externals\support-annotations.jar">
67+
<EmbeddedJar Include="..\..\externals\support-annotations.jar">
6868
<Link>Jars\support-annotations.jar</Link>
69-
</InputJar>
69+
</EmbeddedJar>
7070
</ItemGroup>
7171
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.Bindings.targets" />
7272

0 commit comments

Comments
 (0)