From 55c994df823e6119913b365f72547e8bf6ad07d8 Mon Sep 17 00:00:00 2001 From: SimpleCodeer Date: Sat, 25 May 2024 09:30:41 +0800 Subject: [PATCH] =?UTF-8?q?feature=E5=9C=A8bundle.json=E4=B8=AD=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=A3=B0=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bundle.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index bf13d42..95f071b 100644 --- a/bundle.json +++ b/bundle.json @@ -13,7 +13,12 @@ "name": "ability_lite", "subsystem": "ability", "syscap": [], - "features": [], + "features": [ + "enable_ohos_appexecfwk_feature_ability", + "enable_ohos_aafwk_multi_tasks_feature", + "config_ohos_aafwk_ams_task_size", + "config_ohos_aafwk_aafwk_lite_task_stack_size" + ], "adapted_system_type": [ "mini", "small" -- Gitee