From e8371e65ba7fa419990d01c7b61d886834d7e2be Mon Sep 17 00:00:00 2001 From: LeechyLiang Date: Sun, 17 Aug 2025 20:45:47 +0800 Subject: [PATCH] TriggerXTS Signed-off-by: LeechyLiang Change-Id: Ife186b5b658345ceba218a7caa86b12819f62476 --- 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..873f53aa 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/graphic/graphic_2d", + "bundle_name": "graphic_2d", + "add_bundle": [], + "add_target": [ + "FULL_IMPACT_TOTALLY" + ] } ] } \ No newline at end of file -- Gitee