Make local-engine an input property (#49455)

This commit is contained in:
Emmanuel Garcia 2020-01-25 11:13:03 -08:00 committed by Flutter GitHub Bot
parent 20ace05127
commit 2042c7d589

View file

@ -745,7 +745,9 @@ abstract class BaseFlutterTask extends DefaultTask {
File flutterRoot
File flutterExecutable
String buildMode
@Optional @Input
String localEngine
@Optional @Input
String localEngineSrcPath
@Input
Boolean fastStart