[ermine] Set flutter_driver_extendable using build arg.

Set the flutter driver enabling flag from a build argument instead
of hardcoding it. In debug build, flutter driver is enabled, but it
does not allow the app using it to consume keyboard input unless it
is coming from test scripts. This change allows using the app using
real keyboard input during development. To test using flutter driver
please set:
  fx set workstation.x64 --args=flutter_driver_enabled=true

Change-Id: Ic12515b00cf1127b8987c933ad11065a68cd98cc
1 file changed
tree: c91a81ea359e0684dc2a0c3698903e35cf07db18
  1. base_shells/
  2. benchmarks/
  3. bin/
  4. examples/
  5. lib/
  6. session_shells/
  7. settings/
  8. story_shells/
  9. tests/
  10. .gitignore
  11. analysis_options.yaml
  12. AUTHORS
  13. BUILD.gn
  14. CONTRIBUTING.md
  15. LICENSE
  16. OWNERS
  17. PATENTS
  18. README.md
README.md

Fuchsia Open Source Template Repository

This repository is a template that we will use when creating new open source repositories for Fuchsia.