dotnet/runtime

[Android] Implement post-build symbol stripping

Open

#115.717 aperta il 19 mag 2025

Vedi su GitHub
 (3 commenti) (0 reazioni) (1 assegnatario)C# (5445 fork)batch import
area-Infrastructuregood first issueos-android

Metriche repository

Star
 (17.886 star)
Metriche merge PR
 (Merge medio 12g 11h) (661 PR mergiate in 30 g)

Descrizione

Description

Build machines run out of disk space without symbol stripping. However, enabling symbol stripping removes debug symbols, which makes the app non-debuggable and breaks adb shell run-as access to internal storage. For test infrastructure, we need both: debuggable builds and stripped binaries.

Tasks

  • Keep the app debuggable during build
  • Strip debug symbols from native libraries after the build step

Guida contributor