diff options
author | 2024-10-21 15:02:44 -0700 | |
---|---|---|
committer | 2024-10-21 15:04:55 -0700 | |
commit | 35f300dff0179053099972d48d89d7d47bb4de1b (patch) | |
tree | 9aed8a88f84a7764e4849d848dfb75ee66aca575 /README.md | |
parent | d117bec818132461f48625ea5c423e012e3b5164 (diff) |
Remove bp2build and appurtenances.
Bug: 374816306
Test: treehugger
Change-Id: Ic26f6d6e0772fb07e43d22873519c5afb2ee9a45
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -673,8 +673,7 @@ invocations are run in the debugger, e.g., running SOONG_DELVE=2345 SOONG_DELVE_STEPS='build,modulegraph' m ``` results in only `build` (main build step) and `modulegraph` being run in the debugger. -The allowed step names are `bp2build_files`, `bp2build_workspace`, `build`, -`modulegraph`, `queryview`, `soong_docs`. +The allowed step names are `build`, `soong_docs`. Note setting or unsetting `SOONG_DELVE` causes a recompilation of `soong_build`. This is because in order to debug the binary, it needs to be built with debug |