Skip to content

[Android] Investigate and reduce coreclr_static.a size #116531

Open
@kotlarmilos

Description

@kotlarmilos

Description

The static library coreclr_static.a, which includes all runtime object files for Android, is currently 701,631,922 bytes (~700 MB). This does not affect static linking behavior but significantly impacts package size.

Source code: https://github.com/dotnet/runtime/blob/main/src/coreclr/dlls/mscoree/coreclr/CMakeLists.txt

Tasks

  • Investigate contents of coreclr_static.a and identify large contributors
  • Trim unused object files or symbols

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions