It is so happened that hosts are built in Installer.
This is not a problem for hosts that refer to native libraries dynamically. However when they need to statically link a number of components (coreclr, jit, libs), building them all in the same partition would simplify the logistics of the build and will make it easer to assure mutual compatibility of the parts.
It is hard to arrange this move while we pick native libraries form libs partition, but once #43699 is implemented we should move static host to clr partition.
This will have to include:
- moving/writing appropriate tests
- most likely moving other hosts as well.