Unify neos/agnos updaters (#22109)

* start moving neos updater

* downloading

* ui

* move recovery

* resuming

* add verification

* fix up launch

* test

* update updater

* fix mypy

* fake updater

* review suggestions

* more tests

* abc

* update bin

* raise

Co-authored-by: Comma Device <device@comma.ai>
This commit is contained in:
Adeeb Shihadeh
2021-09-10 17:03:54 -07:00
committed by GitHub
parent d5e6dd3d5b
commit b3705ede5e
22 changed files with 324 additions and 1292 deletions
-4
View File
@@ -22,10 +22,6 @@ files = [
]
if arch == "aarch64":
files += [
'framebuffer.cc',
'touch.c',
]
_gpu_libs = ['gui', 'adreno_utils']
elif arch == "larch64":
_gpu_libs = ["GLESv2"]