mirror of
https://github.com/openharmony/third_party_iowow.git
synced 2026-07-01 14:23:51 -04:00
standalone as a component
Signed-off-by: lyj_love_code <liangyujian2@huawei.com>
This commit is contained in:
@@ -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
@@ -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": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user