Arun
5 years ago
2 changed files with 12 additions and 2 deletions
@ -0,0 +1,11 @@ |
|||
--- src/sdk/sdk/BUILD.gn 2020-01-25 14:48:17.182600098 +0530
|
|||
+++ src.mod/sdk/sdk/BUILD.gn 2020-01-25 14:50:26.678937988 +0530
|
|||
@@ -329,7 +329,7 @@
|
|||
ignore_patterns = "{}" |
|||
}, |
|||
] |
|||
- if (is_linux) {
|
|||
+ if (is_linux || is_android) {
|
|||
copy_tree_specs += [ |
|||
{ |
|||
target = "copy_libtensorflowlite_c" |
Loading…
Reference in new issue