提交 468f55bd 编写于 作者: A Abhishek Amit 提交者: Chinmay Garde

Fix android-cpu flag reference (#3943)

上级 bab7fa77
......@@ -86,7 +86,7 @@ Run the following steps, from the `src` directory created in the steps above:
* `git pull upstream master` in `src/flutter` to update the Flutter Engine repo.
* `gclient sync` to update your dependencies.
* `./flutter/tools/gn --android --unoptimized` to prepare your build files (or `--android --android_cpu [x86|x64] --unoptimized` for x86/x64 emulators) .
* `./flutter/tools/gn --android --unoptimized` to prepare your build files (or `--android --android-cpu [x86|x64] --unoptimized` for x86/x64 emulators) .
* `ninja -C out/android_debug_unopt` to actually build the Android binary (or `out/android_debug_unopt_x64 for x86/x64 emulators).
This builds a debug-enabled ("unoptimized") binary configured to run Dart in
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册