Index: runtime/runtime_args.gni |
diff --git a/runtime/runtime_args.gni b/runtime/runtime_args.gni |
index d3f4710abf2b729dc31df85520b41cc02fc7fbd9..26213ca98de8161d4d6aceb975c09fb039703a7c 100644 |
--- a/runtime/runtime_args.gni |
+++ b/runtime/runtime_args.gni |
@@ -27,10 +27,9 @@ declare_args() { |
# dart_debug/dart_product. |
dart_runtime_mode = "develop" |
- # Explicitly set the target architecture in case of precompilation. Leaving |
- # this unspecified results in automatic target architecture detection. |
+ # Explicitly set the target architecture to use a simulator. |
# Available options are: arm, arm64, x64, ia32, and dbc. |
- dart_target_arch = "" |
+ dart_target_arch = target_cpu |
# The optimization level to use for debug builds. |
dart_debug_optimization_level = "2" |