Revert "Switch from json11 to nlohmann/json (#31093)"

This reverts commit 8fa1e8aa53defca264272a66531d639b3d569418.

old-commit-hash: 88757c12b3
This commit is contained in:
Adeeb Shihadeh
2024-01-22 22:41:59 -08:00
parent cb3a834067
commit 12d2d861f2
17 changed files with 1098 additions and 76 deletions

View File

@@ -1,3 +1,3 @@
Import('env', 'cereal', 'messaging', 'common')
env.Program('logcatd', 'logcatd_systemd.cc', LIBS=[cereal, messaging, common, 'zmq', 'capnp', 'kj', 'systemd'])
env.Program('logcatd', 'logcatd_systemd.cc', LIBS=[cereal, messaging, common, 'zmq', 'capnp', 'kj', 'systemd', 'json11'])