You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
321 B
11 lines
321 B
--- 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"
|
|
|