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