Remove all the OpenCL (#37105)

* Remove all the OpenCL

* lil more

* bump msgq
This commit is contained in:
Adeeb Shihadeh
2026-02-06 16:36:47 -08:00
committed by GitHub
parent 4ce701150a
commit d5cbb89d84
31 changed files with 22 additions and 4492 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
Import('env', 'arch', 'messaging', 'common', 'visionipc')
libs = [common, 'OpenCL', messaging, visionipc]
libs = [common, messaging, visionipc]
if arch != "Darwin":
camera_obj = env.Object(['cameras/camera_qcom2.cc', 'cameras/camera_common.cc', 'cameras/spectra.cc',