Allow debugging with SOONG_DELVE=<listen addr>

Allow running Soong in a headless delve debugger by passing
SOONG_DELVE=<listen addr> in the environment.

Bug: 80165685
Test: SOONG_DELVE=:1234 m nothing
Change-Id: Icfc893c8a8354a9bbc99112d9c83259cb41906d1
This commit is contained in:
Colin Cross
2019-06-19 13:33:24 -07:00
parent 7b97ecd1f5
commit aa812d122c
5 changed files with 81 additions and 1 deletions

View File

@@ -81,6 +81,7 @@ var Configuration = map[string]PathConfig{
"bzip2": Allowed,
"dd": Allowed,
"diff": Allowed,
"dlv": Allowed,
"egrep": Allowed,
"expr": Allowed,
"find": Allowed,