Fixes failure of x86_64 builds for android

This fixes #39838

Closes https://github.com/dart-lang/sdk/pull/40328
https://github.com/dart-lang/sdk/pull/40328

GitOrigin-RevId: 3794c3875cc2c2a5ab6360ed3a86eb2ada3114e1
Change-Id: Iebc8927b9d758c3d1ec36f038819276abb0091c8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/133401
Reviewed-by: Martin Kustermann <kustermann@google.com>
Commit-Queue: Martin Kustermann <kustermann@google.com>
This commit is contained in:
Arun 2020-01-27 14:21:26 +00:00 committed by commit-bot@chromium.org
parent 0399fcf6fa
commit 3efd623849
2 changed files with 2 additions and 2 deletions

View file

@ -329,7 +329,7 @@ if (target_cpu == "x64") {
ignore_patterns = "{}"
},
]
if (is_linux) {
if (is_linux || is_android) {
copy_tree_specs += [
{
target = "copy_libtensorflowlite_c"

View file

@ -329,7 +329,7 @@ if (target_cpu == "x64") {
ignore_patterns = "{}"
},
]
if (is_linux) {
if (is_linux || is_android) {
copy_tree_specs += [
{
target = "copy_libtensorflowlite_c"