From e9dbc6a308ac1737163a1db5ec5651c9e26f9f22 Mon Sep 17 00:00:00 2001 From: LeechyLiang Date: Sun, 17 Aug 2025 22:21:50 +0800 Subject: [PATCH] TriggerXTS Signed-off-by: LeechyLiang Change-Id: I9d300f2b32ff4074fac8327308ece5a800bb19a0 --- config/ci_target_white_list.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/ci_target_white_list.json b/config/ci_target_white_list.json index c57ce003..cac84ed2 100644 --- a/config/ci_target_white_list.json +++ b/config/ci_target_white_list.json @@ -159,6 +159,14 @@ "add_target": [ "FULL_IMPACT_TOTALLY" ] + }, + { + "path": "foundation/ability/ability_runtime", + "bundle_name": "ability_runtime", + "add_bundle": [], + "add_target": [ + "FULL_IMPACT_TOTALLY" + ] } ] } \ No newline at end of file -- Gitee