openpilot v0.9.7 release

date: 2024-06-11T01:36:39
master commit: f8cb04e4a8b032b72a909f68b808a50936184bee
This commit is contained in:
FrogAi
2024-06-12 11:17:19 -07:00
commit 81da8ac9f4
3096 changed files with 804662 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
Import('env', 'messaging', 'common')
env.Program('logcatd', 'logcatd_systemd.cc', LIBS=[messaging, common, 'systemd', 'json11'])