openpilot v0.8.4 release

This commit is contained in:
Vehicle Researcher
2021-05-15 01:20:48 +00:00
parent 747ff45da4
commit 6418d4a09a
345 changed files with 10464 additions and 5438 deletions
+2
View File
@@ -28,6 +28,8 @@ if arch == "aarch64":
'touch.c',
]
_gpu_libs = ['gui', 'adreno_utils']
elif arch == "larch64":
_gpu_libs = ["GLESv2"]
else:
_gpu_libs = ["GL"]