Skip to content

Commit

Permalink
Fix toolchain CPU identifiers to match what's in the BUILD.tpl file.
Browse files Browse the repository at this point in the history
Change-Id: If9d641445dc8c6520b5f4c53eab438e44486b5ac
  • Loading branch information
katre committed Apr 2, 2018
1 parent 32a7f61 commit 1592238
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/cpp/CROSSTOOL.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ default_toolchain {
}

default_toolchain {
cpu: "armeabi-v7a"
cpu: "local"
toolchain_identifier: "stub_armeabi-v7a"
}

Expand All @@ -47,7 +47,7 @@ default_toolchain {
}

default_toolchain {
cpu: "ios_x86_64"
cpu: "local"
toolchain_identifier: "ios_x86_64"
}

Expand Down

0 comments on commit 1592238

Please sign in to comment.