dotnet/runtime

[Android] Implement post-build symbol stripping

Open

#115,717 建立於 2025年5月19日

在 GitHub 查看
 (3 留言) (0 反應) (1 負責人)C# (5,445 fork)batch import
area-Infrastructuregood first issueos-android

倉庫指標

Star
 (17,886 star)
PR 合併指標
 (平均合併 12天 11小時) (30 天內合併 661 個 PR)

描述

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

貢獻者指南