From 77b19bd1faf2b30fb1a8ccb21141328cb2a4f8e1 Mon Sep 17 00:00:00 2001 From: xietingwei Date: Fri, 12 Sep 2025 14:55:17 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B2=BE=E5=87=86=E9=A2=84=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xietingwei --- prebuilts_service/part_prebuilts_config.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/prebuilts_service/part_prebuilts_config.json b/prebuilts_service/part_prebuilts_config.json index cb22d2ff7c..c3e5dfd0e3 100644 --- a/prebuilts_service/part_prebuilts_config.json +++ b/prebuilts_service/part_prebuilts_config.json @@ -49,7 +49,8 @@ ], "bundle_framework":[ "app", - "sdk" + "sdk", + "hvigor" ], "device_manager":[ "app", @@ -207,7 +208,8 @@ "rust" ], "hisysevent":[ - "rust" + "rust", + "app" ], "c_utils":[ "rust" @@ -246,5 +248,14 @@ ], "relational_store":[ "app" + ], + "sensor":[ + "app" + ], + "app_file_service":[ + "app" + ], + "time_service":[ + "app" ] } \ No newline at end of file -- Gitee