Replace xxx_hilog_native/hisysevent_native/hitrace_native with hilog/hisysevent/hitrace in building references

Signed-off-by: xuyong <xuyong59@huawei.com>
This commit is contained in:
xuyong
2023-07-03 21:45:29 +08:00
parent a2d41e367b
commit b641cafafc
+3 -3
View File
@@ -36,7 +36,7 @@ ohos_shared_library("display_gralloc") {
external_deps = [
"c_utils:utils",
"hdf_core:libhdf_utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
install_enable = true
@@ -66,7 +66,7 @@ ohos_shared_library("display_gfx") {
external_deps = [
"c_utils:utils",
"hdf_core:libhdf_utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
install_enable = true
@@ -113,7 +113,7 @@ ohos_shared_library("display_device") {
external_deps = [
"c_utils:utils",
"hdf_core:libhdf_utils",
"hiviewdfx_hilog_native:libhilog",
"hilog:libhilog",
]
symlink_target_name = [ "libdisplay_layer.z.so" ]