remove comma two support (#24248)

* remove comma two support

* cleanup release files

* little more

* more libs

* no more gralloc

* add snpe back
This commit is contained in:
Adeeb Shihadeh
2022-04-18 17:55:23 -07:00
committed by GitHub
parent 233a167cc9
commit 5c48e7bc86
361 changed files with 203 additions and 55816 deletions
+1 -3
View File
@@ -22,9 +22,7 @@ files = [
'visionimg.cc',
]
if arch == "aarch64":
_gpu_libs = ['gui', 'adreno_utils']
elif arch == "larch64":
if arch == "larch64":
_gpu_libs = ["GLESv2"]
else:
_gpu_libs = ["GL"]