Skip to content

Commit 4efb64b

Browse files
authored
We no longer have a separate engine repo. (#161400)
Closes flutter/flutter#161351.
1 parent daa4467 commit 4efb64b

File tree

3 files changed

+1
-36
lines changed

3 files changed

+1
-36
lines changed

docs/about/Why-we-have-a-separate-engine-repo.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

docs/contributing/Style-guide-for-Flutter-repo.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,8 +371,7 @@ All licenses included in this manner must have been reviewed and determined to b
371371

372372
All such "third party code" must either be a fork for which we take full responsibility, or there must be an automated rolling mechanism that keeps the code up to date when the upstream source changes.
373373

374-
In general it is _strongly_ recommended that we avoid any such code unless strictly necessary. In particular, we aim for all code in the flutter/flutter repository to be [single-licensed](../about/Why-we-have-a-separate-engine-repo.md#licensing), which is why it does not contain any "third party code" at all.
375-
374+
In general it is _strongly_ recommended that we avoid any such code unless strictly necessary.
376375

377376
## Documentation (dartdocs, javadocs, etc)
378377

engine/src/flutter/docs/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ This is an index of team-facing documentation for the [flutter/engine repository
2929
- [Upgrading Engine's Android API version](https://github.com/flutter/flutter/blob/master/docs/platforms/android/Upgrading-Engine's-Android-API-version.md)
3030
- [Using the Dart Development Service (DDS) and Flutter DevTools with a custom Flutter Engine Embedding](./Using-the-Dart-Development-Service-(DDS)-and-Flutter-DevTools-with-a-custom-Flutter-Engine-Embedding.md)
3131
- [Using Sanitizers with the Flutter Engine](./Using-Sanitizers-with-the-Flutter-Engine.md)
32-
- [Why we have a separate engine repo](https://github.com/flutter/flutter/blob/master/docs/about/Why-we-have-a-separate-engine-repo.md)

0 commit comments

Comments
 (0)