Devon Carew | 2efd131 | 2015-08-07 14:20:14 -0700 | [diff] [blame] | 1 | // Copyright 2015 The Chromium Authors. All rights reserved. |
| 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
| 4 | |
Adam Barth | da0a12c | 2015-11-10 13:18:34 -0800 | [diff] [blame] | 5 | import 'package:flutter_tools/executable.dart' as executable; |
Devon Carew | 2efd131 | 2015-08-07 14:20:14 -0700 | [diff] [blame] | 6 | |
Hixie | c7339de | 2016-03-09 17:43:14 -0800 | [diff] [blame^] | 7 | void main(List<String> args) { |
| 8 | executable.main(args); |
| 9 | } |