openpilot v0.7.10 release

This commit is contained in:
Vehicle Researcher
2020-10-21 06:33:00 -07:00
parent db336329c5
commit 26bccbdcc8
184 changed files with 4675 additions and 3343 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
Import('env', 'qt_env', 'arch', 'common', 'messaging', 'gpucommon', 'visionipc', 'cereal')
src = ['ui.cc', 'paint.cc', 'sidebar.cc', '#phonelibs/nanovg/nanovg.c']
libs = [common, 'zmq', 'czmq', 'capnp', 'kj', 'm', cereal, messaging, gpucommon, visionipc]
libs = [common, 'zmq', 'capnp', 'kj', 'm', cereal, messaging, gpucommon, visionipc]
if qt_env is None: