Closed
Description
Context: #8165 (comment)
assemblies.x86.blob
and similar are always stored in the assemblies
directory, meaning our per-arch assemblies*.blob
files are present when downloaded for every architecture. This means that arch-specific .apk
files are larger than is necessary.
We should move the per-arch assemblies.*.blob
files into per-arch lib/ARCH/libassemblies.so
files. This way when a per-arch .apk
is produced, assemblies for other architectures can be properly skipped/removed from the .apk
.