!50 Change: Declare cjson as inner_kits

Merge pull request !50 from shilong/master
This commit is contained in:
openharmony_ci
2024-02-01 11:36:50 +00:00
committed by Gitee
+11 -1
View File
@@ -23,7 +23,17 @@
},
"build": {
"sub_component": [],
"inner_kits": [],
"inner_kits": [
{
"name": "//third_party/cJSON:cjson",
"header": {
"header_files": [
"cJSON.h"
],
"header_base": "//third_party/cJSON"
}
}
],
"test": []
}
}