dotnet/runtime

[Android] Implement post-build symbol stripping

オープン

#115,717 opened on 2025/05/19

 (3 件のコメント) (0 件のリアクション) (1 人の担当者)C# (5,445 件のフォーク)batch import
area-Infrastructuregood first issueos-android

Repository metrics

Stars
 (17,886 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド