Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[android][tests] Do not package unused CoreCLR libs when building test apks #113209

Merged

Conversation

ivanpovazan
Copy link
Member

@ivanpovazan ivanpovazan commented Mar 6, 2025

As a short-term solution, this PR filters out unused CoreCLR libraries from .apks, which reduces the size of internally built Android apps (both for samples and tests).

As a long-term solution, we can:


Contributes to: #111954

@ivanpovazan ivanpovazan added this to the 10.0.0 milestone Mar 6, 2025
@ivanpovazan ivanpovazan self-assigned this Mar 6, 2025
@Copilot Copilot bot review requested due to automatic review settings March 6, 2025 10:08
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Overview

This PR introduces filtering logic to exclude unused CoreCLR libraries from Android APKs, reducing the overall package size for both samples and tests.

  • Added a new exclusion mechanism for CoreCLR libraries based on the IsCoreCLR flag.
  • Further refines filtering by conditionally excluding debugger support libraries when StripDebugSymbols is enabled.

Reviewed Changes

File Description
src/tasks/AndroidAppBuilder/ApkBuilder.cs Updated the logic to filter out unused CoreCLR libraries from the APK build

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Copy link
Contributor

Tagging subscribers to this area: @akoeplinger, @matouskozak
See info in area-owners.md if you want to be subscribed.

@ivanpovazan ivanpovazan changed the title [android][tests] Do not package unused CoreCLR libs when building apks [android][tests] Do not package unused CoreCLR libs when building test apks Mar 6, 2025
@ivanpovazan ivanpovazan force-pushed the exclude-unused-libs-from-android-sample branch from 5990e6c to 8c56367 Compare March 14, 2025 17:28
@ivanpovazan
Copy link
Member Author

FYI: This reduces the CoreCLR .apk size of the sample app from 8.1 to 5.5MB

@ivanpovazan
Copy link
Member Author

/ba-g unrelated non-android test failures

@ivanpovazan ivanpovazan merged commit 474a1af into dotnet:main Mar 17, 2025
132 of 138 checks passed
@ivanpovazan ivanpovazan deleted the exclude-unused-libs-from-android-sample branch April 1, 2025 06:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants