blob: 762e6a5e96253479c56f6770af66f4cc1c187c29 [file] [log] [blame]
Devon Carew2efd1312015-08-07 14:20:14 -07001// 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 Barthda0a12c2015-11-10 13:18:34 -08005import 'package:flutter_tools/executable.dart' as executable;
Devon Carew2efd1312015-08-07 14:20:14 -07006
Hixiec7339de2016-03-09 17:43:14 -08007void main(List<String> args) {
8 executable.main(args);
9}