mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Add flutter prefix to import (flutter/engine#49793)
This keeps things consistent with other imports and fixes the internal breakage (b/320443454). While the build system here is able to handle imports both with and without the flutter prefix, the internal mechanism that rewrites these imports is currently unable to handle the latter case.
This commit is contained in:
parent
445a8fb328
commit
f03cc19612
@ -12,7 +12,7 @@
|
||||
#include "flutter/fml/file.h"
|
||||
#include "flutter/fml/unique_fd.h"
|
||||
#include "flutter/runtime/dart_vm.h"
|
||||
#include "runtime/isolate_configuration.h"
|
||||
#include "flutter/runtime/isolate_configuration.h"
|
||||
|
||||
namespace flutter {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user