diff --git a/file/bundle.json b/file/bundle.json index 454f69c34094fbb5a15d8e950f93cb7f89b14303..9ffdecd26745a5545b541f4076643d46e4fdf760 100644 --- a/file/bundle.json +++ b/file/bundle.json @@ -32,7 +32,7 @@ ] }, "build": { - "sub_component": [], + "sub_component": [ "//utils/native/lite/file:file" ], "inner_kits": [], "test": [] } diff --git a/js/builtin/bundle.json b/js/builtin/bundle.json index 434a5b0c3ef42948402e959d410ab8a92e407151..5476fdb7c788ee8c52bb4b9ec8266ef9a2287fcb 100644 --- a/js/builtin/bundle.json +++ b/js/builtin/bundle.json @@ -38,7 +38,7 @@ ] }, "build": { - "sub_component": [], + "sub_component": [ "//utils/native/lite/js/builtin:ace_utils_kits" ], "inner_kits": [], "test": [] } diff --git a/kal/timer/bundle.json b/kal/timer/bundle.json index 4c3d420e84285c64c9d22fba7983f694094ccb2d..4e4edc816459fb9aa647d374d84d4f343f2cb7e8 100644 --- a/kal/timer/bundle.json +++ b/kal/timer/bundle.json @@ -30,7 +30,7 @@ ] }, "build": { - "sub_component": [], + "sub_component": [ "//utils/native/lite/kal/timer:kal_timer" ], "inner_kits": [], "test": [] } diff --git a/memory/bundle.json b/memory/bundle.json index 41c06cd31af7c96e2cf9ac4ce6e7a8acaf808cbc..bdb272f800537357dab80162df0ae7209850172a 100644 --- a/memory/bundle.json +++ b/memory/bundle.json @@ -30,7 +30,7 @@ ] }, "build": { - "sub_component": [], + "sub_component": [ "//utils/native/lite/os_dump:utils_os_dump" ], "inner_kits": [], "test": [] } diff --git a/timer_task/bundle.json b/timer_task/bundle.json index 341431c026767be68db6d4fc3e2669990f525740..43487d1602dbac8480136680fb45d6270c23ad6e 100644 --- a/timer_task/bundle.json +++ b/timer_task/bundle.json @@ -30,7 +30,7 @@ ] }, "build": { - "sub_component": [], + "sub_component": [ "//utils/native/lite/timer_task:ace_kit_timer" ], "inner_kits": [], "test": [] }