dotnet/runtime
[Android] Implement post-build symbol stripping
Aberta
#115.717 aberto em 19 de mai. de 2025
area-Infrastructuregood first issueos-android
Métricas do repositório
- Stars
- (17.886 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
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