forked from firka/flutter
Merge flutter/engine into framework
Adds files from flutter/flaux which contain modifications for the engine structure. The history for engine/ has been edited. Please see flutter/engine for the original PRs.
This commit is contained in:
@@ -1881,6 +1881,7 @@ Future<List<File>> _gitFiles(String workingDirectory, {bool runSilently = true})
|
||||
assert(filenames.last.isEmpty); // git ls-files gives a trailing blank 0x00
|
||||
filenames.removeLast();
|
||||
return filenames
|
||||
.where((String filename) => !filename.startsWith('engine/'))
|
||||
.map<File>((String filename) => File(path.join(workingDirectory, filename)))
|
||||
.toList();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user