dotnet/runtime

[Android] Implement post-build symbol stripping

开放

#115,717 创建于 2025年5月19日

 (3 条评论) (0 个反应) (1 位负责人)C# (5,445 个派生)batch import
area-Infrastructuregood first issueos-android

仓库指标

星标
 (17,886 个星标)
PR 合并指标
 (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

贡献者指南