Cut the multiproduct_kati -> soong-ui-build dep.

This is done by moving SetupSignals() to its own little package.

There are a number of tiny little utility packages for soong_ui we might
be better of merging, but that's for another change (maybe)

Test: Presubmits.
Change-Id: I07b0ca98bfb8884ef4223d665e632183b9896a0d
This commit is contained in:
Lukacs T. Berki
2021-08-11 11:10:28 +02:00
parent 2c40569db0
commit f656b8434b
9 changed files with 55 additions and 25 deletions

View File

@@ -7,6 +7,7 @@ blueprint_go_binary {
deps: [
"soong-ui-build",
"soong-ui-logger",
"soong-ui-signal",
"soong-ui-terminal",
"soong-ui-tracer",
],