Skip to content

assemblies.ARCH.blob should be per-ARCH .so files #8168

Description

@jonpryor

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Area: App+Library BuildIssues when building Library projects or Application projects.

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions