mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This eliminates the landmines hook. build/landmines.py writes out a .landmines file at the root of the buildroot. The first step of a `gclient sync` is to check for diffs between that file and the new one, and if found, a clobber is performed. We never actually use this functionality, and the code calls rmtree() which (at least on macos) appears to choke on symlinks. This deletes these scripts, and will be paired with the deletion of the first gclient hook in the DEPS file in flutter/engine during the roll. If we ever need this functionality, it's relatively straightforward to add it back. Issue: flutter/flutter#87960
Description
Flutter makes it easy and fast to build beautiful apps for mobile and beyond
androidapp-frameworkcross-platformdartdart-platformdesktopflutterflutter-packagefuchsiaioslinux-desktopmacosmaterial-designmobilemobile-developmentskiawebweb-frameworkwindows
2.5 GiB
Languages
Dart
75%
C++
16.5%
Objective-C++
2.9%
Java
2.8%
Objective-C
0.7%
Other
1.9%