Flutter makes it easy and fast to build beautiful apps for mobile and beyond
Go to file
2020-02-04 13:57:40 -08:00
build Fix LLDB can't work with --build-id (#336) 2020-02-04 13:57:40 -08:00
build_overrides Revert "Switch Windows to VS 2019 toolchain (#339)" (#340) 2020-01-22 11:54:37 -08:00
third_party Do not use neon instruction set of arm64 for fuchsia (#286) 2019-07-30 10:44:31 -07:00
tools Dart SDK roller enhancements (#334) 2019-11-21 16:06:26 -08:00
.clang-format Initial import 2016-08-09 12:21:53 -07:00
.gitattributes Initial import 2016-08-09 12:21:53 -07:00
.gitignore Prepare buildroot for working with Fuchsia SDK defined targets. (#239) 2019-04-30 14:36:43 -07:00
.gn Revert "Remove explicit whitelists for GN check. All our targets pass checks." (#160) 2018-08-31 12:03:24 -07:00
.ycm_extra_conf.py Explicitly specify the language on ObjC/ObjC++ files and allows analyzing headers of the same. (#50) 2017-02-10 11:23:59 -08:00
AUTHORS Add 'Fuchsia Authors' to AUTHORS (#249) 2019-05-07 17:08:37 -07:00
BUILD.gn Update gn paths 2016-08-09 13:44:34 -07:00
LICENSE Initial import 2016-08-09 12:21:53 -07:00
README.md Create README.md (#1) 2016-08-09 19:09:13 -07:00

buildroot

Build environment for the Flutter engine

This repository is used by the flutter/engine repository. For instructions on how to use it, see that repository's CONTRIBUTING.md file.

To update your checkout to use the latest buildroot, run gclient sync.

To submit patches to this buildroot repository, create a branch, push to that branch, then submit a PR on GitHub for that branch.