Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit f6abf97

Browse files
authored
Add flutter prefix to import (#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.
1 parent a60a14c commit f6abf97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/common/run_configuration.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include "flutter/fml/file.h"
1313
#include "flutter/fml/unique_fd.h"
1414
#include "flutter/runtime/dart_vm.h"
15-
#include "runtime/isolate_configuration.h"
15+
#include "flutter/runtime/isolate_configuration.h"
1616

1717
namespace flutter {
1818

0 commit comments

Comments
 (0)