diff --git a/base/BUILD.gn b/base/BUILD.gn index 81edf0a5bbcc042a975b54eccef4cfe7fdc1f3fb..407819701fa7038f52ed612476f258425a2ec42e 100644 --- a/base/BUILD.gn +++ b/base/BUILD.gn @@ -132,6 +132,7 @@ ohos_shared_library("utils") { "system", "updater", ] + relative_install_dir = "chipset-pub-sdk" } ohos_static_library("utilsecurec") { @@ -178,5 +179,6 @@ ohos_shared_library("utilsecurec_shared") { "system", "updater", ] + relative_install_dir = "chipset-pub-sdk" } ###############################################################################