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