mirror of
https://github.com/openharmony/ace_ace_engine.git
synced 2026-07-18 20:54:27 -04:00
@@ -437,9 +437,8 @@ template("flutter_engine_shell") {
|
||||
"$flutter_root/engine/flutter/shell/platform/ohos/platform_task_runner_adapter.cc",
|
||||
"$flutter_root/engine/flutter/shell/platform/ohos/platform_view_ohos.cc",
|
||||
]
|
||||
if ((!defined(config.disable_gpu) || !config.disable_gpu) &&
|
||||
(!defined(config.enable_rosen_backend) ||
|
||||
!config.enable_rosen_backend)) {
|
||||
if ((!defined(config.disable_gpu) || !config.disable_gpu) && (!defined(
|
||||
config.enable_rosen_backend) || !config.enable_rosen_backend)) {
|
||||
sources += [
|
||||
"$flutter_root/engine/flutter/shell/platform/ohos/ohos_surface_gl.cc",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user