mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fixed some analysis issues. (#3656)
This commit is contained in:
parent
1b01211ee6
commit
3ddf163063
@ -1 +0,0 @@
|
||||
# hello_flutter doesn't depend on any packages.
|
||||
@ -1 +0,0 @@
|
||||
# spinning_square doesn't depend on any packages.
|
||||
@ -6,4 +6,8 @@ import("//flutter/build/flutter_app.gni")
|
||||
|
||||
flutter_app("spinning_square") {
|
||||
main_dart = "lib/main.dart"
|
||||
|
||||
deps = [
|
||||
"//lib/flutter/packages/flutter",
|
||||
]
|
||||
}
|
||||
|
||||
@ -127,6 +127,8 @@ if (is_fuchsia) {
|
||||
|
||||
source_dir = rebase_path("$root_gen_dir/dart-pkg/sky_engine/lib")
|
||||
|
||||
disable_analysis = true
|
||||
|
||||
non_dart_deps = [
|
||||
# This will ensure all the source files needed for this package are
|
||||
# copied to the right location.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user