mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-06 00:36:32 +08:00
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:
@@ -22,10 +22,6 @@ files = [
|
||||
]
|
||||
|
||||
if arch == "aarch64":
|
||||
files += [
|
||||
'framebuffer.cc',
|
||||
'touch.c',
|
||||
]
|
||||
_gpu_libs = ['gui', 'adreno_utils']
|
||||
elif arch == "larch64":
|
||||
_gpu_libs = ["GLESv2"]
|
||||
|
||||
Reference in New Issue
Block a user