提交 20fee25c 编写于 作者: S Shashi Shekhar 提交者: TensorFlower Gardener

Fix instructions for building demo.

Add --cxxopt='--std=c++11' to instructions.

PiperOrigin-RevId: 225376880
上级 de67c554
......@@ -180,7 +180,7 @@ After editing your WORKSPACE file to update the SDK/NDK configuration, you may
build the APK. Run this from your workspace root:
```bash
bazel build -c opt //tensorflow/examples/android:tensorflow_demo
bazel build --cxxopt='--std=c++11' -c opt //tensorflow/examples/android:tensorflow_demo
```
##### Install
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册