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

This reverts commit ee036482b8.
This commit is contained in:
Adeeb Shihadeh
2024-01-22 22:41:59 -08:00
parent ee036482b8
commit 88757c12b3
17 changed files with 1098 additions and 76 deletions
+1 -1
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'])