Skip to content

[Android] Brotli static libraries missing in the coreclr android runtime pack from VMR #116297

@kotlarmilos

Description

@kotlarmilos

Description

When building the dotnet/runtime repository with:

./build.sh -ci -arch arm64 -os ios  -c Release -restore -build -publish /p:DotNetBuildAllRuntimePacks=true

the microsoft.netcore.app.runtime.android-arm64 CoreCLR package contains:

-rw-r--r-- 4    164688 Jun  4 09:17 libbrotlicommon.a
-rw-r--r-- 4    409224 Jun  4 09:17 libbrotlidec.a
-rw-r--r-- 4   2512702 Jun  4 09:17 libbrotlienc.a

However, the VMR build does not produce runtime packs that include these native static libraries. I verified that the VMR build also uses the /p:DotNetBuildAllRuntimePacks=true parameter.

/cc: @akoeplinger

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions