Always have ConditionalCoreStartable subscribe to monitor.
Currently, ConditionalCoreStartables bypass subscribing to the condition monitor if no conditions are specified. However, a monitor might have preconditions set on it that would be ignored in this case. This changelist ensures the CoreStartable always subscribes to that any preconditions from the monitor are considered. Test: atest ConditionalCoreStartableTest Test: atest ConditionMonitorTest Bug: 261420432 Change-Id: If4e14bca8c51a7568966950c429dae7c16fdf759
Loading
Please register or sign in to comment