openpilot v0.9.7

This commit is contained in:
OPGM CI Automated
2024-05-16 05:57:03 +00:00
commit af25ebb9f4
2069 changed files with 1180572 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
Import('env', 'cereal', 'messaging', 'common')
env.Program('logcatd', 'logcatd_systemd.cc', LIBS=[cereal, messaging, common, 'zmq', 'capnp', 'kj', 'systemd', 'json11'])