diff options
author | 2021-08-11 09:19:27 +0200 | |
---|---|---|
committer | 2021-08-11 15:14:47 +0200 | |
commit | 2c40569db0fe26084e634753586bf5f6b18b36ef (patch) | |
tree | 1d124e51d9ad39f17153deb13c6a26f015130e17 /ui | |
parent | 1dde1fade7a84725e6315db084c64cfe603daf98 (diff) |
Do not create a build.Config in multiproduct_kati.
This mostly cuts the dependency from multiproduct_kati to the build
package; the remaining logic is SetupSignals which will be dealt with in
a followup change.
This requires some code duplication (e.g. ensureFileExists() and
detectTotalRAM()).
This removes a Finder invocation added in aosp/452598; it looks like
it's not a measurable performance hit. The quoted half a second does not
matter much in build_test{1,2,3,4} which take an amount of time measured
in hours.
It also makes ANDROID_QUIET_BUILD unsupported for the UI of
multiproduct_kati; the function of that variable seems to be to suppress
the output from build actions, which don't exist in multiproduct_kati so
it should not matter. In addition, I checked whether anyone sets this
flag for multiproduct_kati and it doesn't appear to be the case.
Test: Presubmits.
Change-Id: I1c2901e1ea69c3a35429e6c967a7bba845676ef7
Diffstat (limited to 'ui')
0 files changed, 0 insertions, 0 deletions