Skip to content

Commit a97dd14

Browse files
Add merge.targets to embed proto JARs and remove PackageReference
Co-authored-by: jonathanpeppers <840039+jonathanpeppers@users.noreply.github.com>
1 parent 2e9958c commit a97dd14

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<Project>
2+
<ItemGroup>
3+
<!-- Include the proto JAR files directly into this binding -->
4+
<InputJar Include="..\..\externals\androidx.health.connect\connect-client-proto.jar" />
5+
<InputJar Include="..\..\externals\androidx.health.connect\connect-client-external-protobuf.jar" />
6+
</ItemGroup>
7+
8+
<ItemGroup>
9+
<!-- Remove the PackageReference to the proto package since we're embedding it -->
10+
<PackageReference Remove="Xamarin.AndroidX.Health.Connect.Client.Proto" />
11+
</ItemGroup>
12+
</Project>

0 commit comments

Comments
 (0)