fix cyclic dependence issue

Signed-off-by: wenlong12 <wenlong12@huawei.com>

Signed-off-by: wenlong12 <wwx1097114@DESKTOP-2021EGU.localdomain>
This commit is contained in:
wenlong12
2022-03-22 15:06:18 +08:00
parent d527d97b85
commit 81ff4b7c40
3 changed files with 8 additions and 4 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
# Copyright (C) 2021 Huawei Device Co., Ltd.
# Copyright (C) 2021-2022 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
@@ -15,4 +15,6 @@ import("//build/ohos.gni")
group("innerkits_target") {
deps = [ "native:bytrace_core" ]
subsystem_name = "developtools"
part_name = "bytrace_standard"
}
+2 -2
View File
@@ -1,4 +1,4 @@
# Copyright (C) 2021 Huawei Device Co., Ltd.
# Copyright (C) 2021-2022 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
@@ -9,7 +9,7 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
import("//build/ohos.gni")
import("//developtools/bytrace_standard/bytrace.gni")
+3 -1
View File
@@ -1,4 +1,4 @@
# Copyright (C) 2021 Huawei Device Co., Ltd.
# Copyright (C) 2021-2022 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
@@ -19,5 +19,7 @@ group("jsapi_kits_target") {
"js/napi:bytrace",
"js/napi:hitracemeter_napi",
]
subsystem_name = "developtools"
part_name = "bytrace_standard"
}
}