Fix device_auth.BUILD.gn include_dirs for embedded
This commit is contained in:
parent
da0da6e572
commit
17316fee00
@ -12,9 +12,10 @@
|
|||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
import("//build/ohos.gni")
|
import("//build/ohos.gni")
|
||||||
|
import("//build/config/sysroot.gni")
|
||||||
|
|
||||||
config("deviceauth_config") {
|
config("deviceauth_config") {
|
||||||
include_dirs = [ "//base/security/device_auth/interfaces/innerkits" ]
|
include_dirs = [ "${sysroot}/usr/include/device_auth" ]
|
||||||
libs = [ "deviceauth_sdk.z" ]
|
libs = [ "deviceauth_sdk.z" ]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: security_device_auth
|
Name: security_device_auth
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: System ability manager
|
Summary: System ability manager
|
||||||
License: Apache License 2.0
|
License: Apache License 2.0
|
||||||
Url: https://gitee.com/openharmony/security_device_auth
|
Url: https://gitee.com/openharmony/security_device_auth
|
||||||
@ -102,6 +102,9 @@ ln -s /usr/include/device_auth %{buildroot}%{build_opt}/openeuler/compiler_gn/
|
|||||||
%{build_opt}/*
|
%{build_opt}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 3 2024 s_c_c <shichuchao@huawei.com> - 1.0.0-2
|
||||||
|
- Fix device_auth.BUILD.gn include_dirs for embedded
|
||||||
|
|
||||||
* Thu Oct 12 2023 YuYing Mu <muyuying1@huawei.com> - 1.0.0-1
|
* Thu Oct 12 2023 YuYing Mu <muyuying1@huawei.com> - 1.0.0-1
|
||||||
* Tue Nov 21 2023 JiaQi Zhao <zhaojiaqi18@huawei.com> - 1.0.0-1
|
* Tue Nov 21 2023 JiaQi Zhao <zhaojiaqi18@huawei.com> - 1.0.0-1
|
||||||
- Init and adapt device auth to openEuler
|
- Init and adapt device auth to openEuler
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user