From 0e2eed156d4f7b70ed7854560018e6aaf86353b2 Mon Sep 17 00:00:00 2001 From: "hanlu1@huawei.com" Date: Mon, 15 Jul 2024 20:05:01 +0800 Subject: [PATCH] feature Signed-off-by: hanlu1@huawei.com --- lite/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lite/BUILD.gn b/lite/BUILD.gn index 0a991c52..d22bf19c 100644 --- a/lite/BUILD.gn +++ b/lite/BUILD.gn @@ -67,7 +67,7 @@ executable("appspawn") { "//third_party/bounds_checking_function:libsec_shared", ] - if (enable_ohos_appexecfwk_feature_ability == true) { + if (ability_lite_enable_ohos_appexecfwk_feature_ability == true) { deps += [ "//foundation/arkui/ace_engine_lite/frameworks:ace_lite", "//foundation/arkui/ui_lite:ui_lite",