openpilot v0.8.15 release

date: 2022-07-14T00:06:12
master commit: 5a7c2f90361e72e9c35e88abd2e11acdc4aba354
This commit is contained in:
Vehicle Researcher
2022-07-14 00:06:14 +00:00
parent 15ee981d5b
commit c5825aed76
408 changed files with 16648 additions and 6750 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'])