openpilot v0.8.10 release

This commit is contained in:
Vehicle Researcher
2021-10-26 00:14:37 -07:00
parent 37192c1aba
commit 93e8dbb8b5
1060 changed files with 60285 additions and 33012 deletions
-5
View File
@@ -18,15 +18,10 @@ _common = fxn('common', common_libs, LIBS="json11")
files = [
'clutil.cc',
'glutil.cc',
'visionimg.cc',
]
if arch == "aarch64":
files += [
'framebuffer.cc',
'touch.c',
]
_gpu_libs = ['gui', 'adreno_utils']
elif arch == "larch64":
_gpu_libs = ["GLESv2"]