fix:Eliminate the dependency on the compilation path of bin hdf_core

Signed-off-by: zhang <zhangfengxi@huawei.com>
This commit is contained in:
zhang
2023-03-10 11:01:51 +08:00
parent 7dd7518bb7
commit 78231ab2b0
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
# Copyright (C) 2022 Huawei Device Co., Ltd.
# Copyright (C) 2022-2023 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
@@ -47,6 +47,7 @@ if (location_feature_with_gnss) {
"drivers_interface_location_gnss:liblocation_gnss_proxy_1.0",
"eventhandler:libeventhandler",
"hdf_core:libhdi",
"hdf_core:libpub_utils",
"hiviewdfx_hilog_native:libhilog",
]
+2 -1
View File
@@ -1,4 +1,4 @@
# Copyright (C) 2022 Huawei Device Co., Ltd.
# Copyright (C) 2022-2023 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
@@ -63,6 +63,7 @@ if (location_feature_with_gnss) {
"drivers_interface_location_gnss:liblocation_gnss_proxy_1.0",
"eventhandler:libeventhandler",
"hdf_core:libhdi",
"hdf_core:libpub_utils",
"hisysevent_native:libhisysevent",
"hiviewdfx_hilog_native:libhilog",
]