meta-google: dhcp-done: Adding status report
Previously dhcp-done only sends status code, this one provides the
capability to send status code + status message for better
troubleshooting.
Provide a way to let other process upgrade the status.
Tested: Unit test passed.
Change-Id: I9c689f90502a32b586c41e3491ad47ebc78fcc38
Signed-off-by: Yuxiao Zhang <yuxiaozhang@google.com>
diff --git a/subprojects/dhcp-done/meson.options b/subprojects/dhcp-done/meson.options
new file mode 100644
index 0000000..0fc2767
--- /dev/null
+++ b/subprojects/dhcp-done/meson.options
@@ -0,0 +1 @@
+option('tests', type: 'feature', description: 'Build tests')