dragonpilot mod for 0.8.4-3

This commit is contained in:
Rick Lan
2021-06-11 22:13:40 +08:00
parent bf662bb1fd
commit 2a7b43772b
215 changed files with 9447 additions and 6477 deletions
+6
View File
@@ -54,6 +54,12 @@ else:
del libs[libs.index('symphony-cpu')]
del common_src[common_src.index('runners/snpemodel.cc')]
elif arch == "jarch64":
# no SNPE on arm64 linux
del libs[libs.index('SNPE')]
del libs[libs.index('symphony-cpu')]
del common_src[common_src.index('runners/snpemodel.cc')]
common_model = lenv.Object(common_src)