standalone as a component

Signed-off-by: lyj_love_code <liangyujian2@huawei.com>
This commit is contained in:
lyj_love_code
2022-05-02 17:04:06 +08:00
parent 0d12830618
commit 25ed2dd2db
2 changed files with 7 additions and 5 deletions
+2 -2
View File
@@ -110,6 +110,6 @@ ohos_shared_library("iowow") {
"src/utils/murmur3.c",
]
part_name = "hiview"
subsystem_name = "hiviewdfx"
part_name = "iowow"
subsystem_name = "thirdparty"
}
+5 -3
View File
@@ -10,8 +10,8 @@
"dirs": {},
"scripts": {},
"component": {
"name": "thirdparty_iowow",
"subsystem": "",
"name": "iowow",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [],
@@ -22,7 +22,9 @@
"third_party": []
},
"build": {
"sub_component": [],
"sub_component": [
"//third_party/iowow:iowow"
],
"inner_kits": [],
"test": []
}