dotnet/runtime

[Android] Implement post-build symbol stripping

Open

#115 717 ouverte le 19 mai 2025

Voir sur GitHub
 (3 commentaires) (0 réactions) (1 assigné)C# (5 445 forks)batch import
area-Infrastructuregood first issueos-android

Métriques du dépôt

Stars
 (17 886 stars)
Métriques de merge PR
 (Merge moyen 12j 11h) (661 PRs mergées en 30 j)

Description

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

Guide contributeur