Make const_finder a kernel snapshot rather than app_jit (flutter/engine#26958)

This commit is contained in:
Dan Field 2021-06-24 21:10:24 -07:00 committed by GitHub
parent 36e5741c32
commit 7d104db2ff

View File

@ -7,6 +7,7 @@ import("//third_party/dart/utils/application_snapshot.gni")
application_snapshot("const_finder") {
main_dart = "bin/main.dart"
dot_packages = ".dart_tool/package_config.json"
dart_snapshot_kind = "kernel"
training_args = [ "--help" ]