This commit is contained in:
mslight 2022-07-20 14:33:03 +04:00
parent a6ca4007f4
commit a54c083952
3 changed files with 2 additions and 3 deletions

View File

@ -415,4 +415,4 @@ load("@libedgetpu//:workspace.bzl", "libedgetpu_dependencies")
libedgetpu_dependencies() libedgetpu_dependencies()
load("@coral_crosstool//:configure.bzl", "cc_crosstool") load("@coral_crosstool//:configure.bzl", "cc_crosstool")
cc_crosstool(name = "crosstool") cc_crosstool(name = "crosstool")

View File

@ -18,7 +18,6 @@
#include <cmath> #include <cmath>
#include <string> #include <string>
#include <map> #include <map>
//#include <android/log.h>
#include <memory> #include <memory>

View File

@ -39,4 +39,4 @@ OPENCVANDROIDSDK_JNI_PATH = "sdk/native/jni/"
"armeabi-v7a", "armeabi-v7a",
"x86", "x86",
"x86_64", "x86_64",
]] ]]