sunnypilot v0.9.4.1

This commit is contained in:
Jason Wen
2023-08-11 10:11:38 -04:00
commit 37201bef58
1740 changed files with 915742 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'])