third_party_ninja/bundle.json
yisi 8334b4d754
update bundle.json.
Signed-off-by: yisi <1584489760@qq.com>
2023-12-14 06:32:51 +00:00

32 lines
741 B
JSON

{
"name": "@ohos/ninja",
"description": "a small build system with a focus on speed",
"version": "3.1",
"license": "Apache V2",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/ninja"
},
"dirs": {},
"scripts": {},
"licensePath": "COPYING",
"component": {
"name": "ninja",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": ["mini","small","standard"],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}