Allow specifying the out directory prefix (flutter/engine#7762)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
echo "Analyzing dart:ui library..."
|
||||
RESULTS=`dartanalyzer \
|
||||
--options flutter/analysis_options.yaml \
|
||||
out/host_debug_unopt/gen/sky/bindings/dart_ui/ui.dart \
|
||||
"$1out/host_debug_unopt/gen/sky/bindings/dart_ui/ui.dart" \
|
||||
2>&1 \
|
||||
| grep -Ev "No issues found!" \
|
||||
| grep -Ev "Analyzing.+out/host_debug_unopt/gen/sky/bindings/dart_ui/ui\.dart"`
|
||||
|
||||
Reference in New Issue
Block a user