Skip to content

Commit

Permalink
Use Java.Interop ref assembly for ref pack
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcollins committed Nov 3, 2020
1 parent 31c0771 commit 450e496
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build-tools/create-packs/Microsoft.Android.Ref.proj
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ by projects that use the Microsoft.Android framework in .NET 5.
</PropertyGroup>

<ItemGroup>
<!-- NOTE: we don't have a reference assembly for Java.Interop.dll yet -->
<_AndroidRefPackAssemblies Include="$(_MonoAndroidNETOutputDir)Java.Interop.dll" />
<_AndroidRefPackAssemblies Include="$(JavaInteropSourceDirectory)bin\$(Configuration)-netcoreapp3.1\ref\Java.Interop.dll" />
<_AndroidRefPackAssemblies Include="$(_MonoAndroidNETOutputDir)ref\Mono.Android.dll" />
<_AndroidRefPackAssemblies Include="$(_MonoAndroidNETOutputDir)ref\Mono.Android.Export.dll" />
<FrameworkListFileClass Include="@(_AndroidRefPackAssemblies->'%(Filename)%(Extension)')" Profile="Android" />
Expand Down

0 comments on commit 450e496

Please sign in to comment.