Merge pull request #2046 from abarth/background_compilation

Enable background compilation
This commit is contained in:
Adam Barth 2016-02-19 13:10:10 -08:00
commit a6f0c97a22

View file

@ -241,6 +241,7 @@ class AndroidDevice extends Device {
'-a', 'android.intent.action.RUN',
'-d', _deviceBundlePath,
'-f', '0x20000000', // FLAG_ACTIVITY_SINGLE_TOP
'--ez', 'enable-background-compilation', 'true',
]);
if (checked)
cmd.addAll(<String>['--ez', 'enable-checked-mode', 'true']);