commit | d1491724370970457a82db13f262ce84b017a82d | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Fri Feb 08 14:37:45 2019 -0800 |
committer | Patrick Venture <venture@google.com> | Mon Feb 11 11:35:04 2019 -0800 |
tree | 91a30966dc3404b00de56f31641f7ed08f1c843d | |
parent | 7280e27eff5bd0c4b16daa311f9d866fe488f790 [diff] [blame] |
add support to build zones and PIDs from json Add support to build zones and PIDs from a json configuration file. Change-Id: If8608dcd3e084cebabb71fc39851044df4d5d7c2 Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/Makefile.am b/Makefile.am index 09a52d5..cce4f4c 100644 --- a/Makefile.am +++ b/Makefile.am
@@ -73,6 +73,7 @@ pid/stepwisecontroller.cpp \ pid/builder.cpp \ pid/builderconfig.cpp \ + pid/buildjson.cpp \ pid/zone.cpp \ pid/util.cpp \ pid/pidthread.cpp \