mirror of
https://github.com/openharmony/device_soc_allwinner.git
synced 2026-06-30 22:08:38 -04:00
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:
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user