From d2709d0483901343f86e062e2367c6f087aa4162 Mon Sep 17 00:00:00 2001 From: yangxuguang-huawei Date: Tue, 6 May 2025 19:07:54 +0800 Subject: [PATCH] refactor: start_options.h Signed-off-by: yangxuguang-huawei Change-Id: I2f91a3e7dacee542c6faadc19539d6e01d48a390 --- AbilityKit/ability_runtime/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/AbilityKit/ability_runtime/BUILD.gn b/AbilityKit/ability_runtime/BUILD.gn index 350a42c3c..3aedaa13f 100644 --- a/AbilityKit/ability_runtime/BUILD.gn +++ b/AbilityKit/ability_runtime/BUILD.gn @@ -33,5 +33,6 @@ ohos_ndk_library("libability_runtime") { "AbilityKit/ability_runtime/ability_runtime_common.h", "AbilityKit/ability_runtime/application_context.h", "AbilityKit/ability_runtime/context_constant.h", + "AbilityKit/ability_runtime/start_options.h", ] } -- Gitee