home-climate-control/dz

Migrate submodule builds to a Composite Build

Closed this issue · 1 comments

Existing Behavior

External project builds (automation-hat-driver, owapi-reborn, servomaster, xbee-api-reactive) are included with include($module_name).

Problems With Existing Behavior

Master build imposes constraint on submodule builds that it shouldn't, and bleeds down implementation details they should not be exposed to.

Desired Behavior

External project builds are included with includeBuild($project_name).

Done as of rev. 63d66df