diff --git a/bundle.json b/bundle.json index 3b2fb2a165da5650916e5e496c8599868324a919..27b6ca65cdedb32d4f870472e3fbc89bd317d2d4 100644 --- a/bundle.json +++ b/bundle.json @@ -27,7 +27,14 @@ }, "build": { "sub_component": [], - "inner_kits": [], + "inner_kits": [ + { + "name": "//third_party/cJSON:cjson" + }, + { + "name": "//third_party/cJSON:cjson_static" + } + ], "test": [] } }