From 5daba8efbadf6608fc3f5adae17fbcb4a129ac8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E7=84=95=E9=9A=86?= Date: Mon, 18 Apr 2022 15:59:22 +0800 Subject: [PATCH] =?UTF-8?q?gn=20format=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 吴焕隆 --- build/external_config/flutter/BUILD.gn | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build/external_config/flutter/BUILD.gn b/build/external_config/flutter/BUILD.gn index b84cb92f..c07a2f7c 100644 --- a/build/external_config/flutter/BUILD.gn +++ b/build/external_config/flutter/BUILD.gn @@ -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", ]