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:
Jia Hao 2024-01-17 00:11:19 +08:00 committed by GitHub
parent 445a8fb328
commit f03cc19612

View File

@ -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 {