Flutter makes it easy and fast to build beautiful apps for mobile and beyond
Go to file
2019-10-04 16:03:45 -07:00
build Wire up memory sanitizer. (#321) 2019-10-04 16:03:45 -07:00
build_overrides Add angle_root override for compat with newer ANGLE (#303) 2019-08-20 21:11:28 -07:00
third_party Do not use neon instruction set of arm64 for fuchsia (#286) 2019-07-30 10:44:31 -07:00
tools [ Dart Autoroller ] Use a fork of flutter/engine instead of pushing (#299) 2019-08-12 21:03:58 -07: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.