Features should be purely additive, but here use-system and vendored are mutually exclusive.
Moreover, the logic with force-optimize-vendor is to enable vendored.
However, it seems that we can still end up with configurations enabling use-system and force-optimize-vendor (and thus vendored) at the same time (see #32).
Features should be purely additive, but here
use-system
andvendored
are mutually exclusive. Moreover, the logic withforce-optimize-vendor
is to enablevendored
.However, it seems that we can still end up with configurations enabling
use-system
andforce-optimize-vendor
(and thusvendored
) at the same time (see #32).