Skip to content

Commit

Permalink
Fix cmake build error in Android example
Browse files Browse the repository at this point in the history
  • Loading branch information
hanton authored and 熙诚 committed Apr 8, 2019
1 parent 34fd2a5 commit e12e2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/examples/android/build.gradle
Expand Up @@ -94,7 +94,7 @@ android {
}
externalNativeBuild {
cmake {
arguments '-DANDROID_TOOLCHAIN=gcc', '-DANDROID_STL=gnustl_static'
arguments '-DANDROID_STL=c++_static'
}
}
}
Expand Down

0 comments on commit e12e2b7

Please sign in to comment.