From 2ac26704d95ebf918d10b07d264d2d982438af00 Mon Sep 17 00:00:00 2001 From: xiongchangwu Date: Thu, 8 Aug 2024 19:49:04 +0800 Subject: [PATCH] delete unused feature Signed-off-by: xiongchangwu --- bundle.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index f8ef5f16e..1e83bfccf 100644 --- a/bundle.json +++ b/bundle.json @@ -15,8 +15,7 @@ "features": [ "hdf_core_khdf_test_support", "hdf_core_platform_test_support", - "hdf_core_platform_rtc_test_support", - "hdf_core_feature_config" + "hdf_core_platform_rtc_test_support" ], "adapted_system_type": ["standard", "small", "mini"], "rom": "735KB", -- Gitee