diff --git a/BUILD.gn b/BUILD.gn index c203dc154b4af0187d495e6058a467e78ea74f02..f9619592b65cd3ed1eff0ec5788aa6a8f844e8d4 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -16,8 +16,8 @@ import("//third_party/mbedtls/mbedtls.gni") if (defined(ohos_lite)) { - import("//build/lite/config/component/lite_component.gni") - import("//build/lite/ndk/ndk.gni") + import("//build/hb/config/component/lite_component.gni") + import("//build/hb/ndk/ndk.gni") config("mbedtls_config") { include_dirs = MBEDTLS_INLCUDE_DIRS diff --git a/port/BUILD.gn b/port/BUILD.gn index e1c4ca67b26701c1603a676901905e15386c5d16..80ab503f74a23dfe7babb40c843dd68c231f7701 100644 --- a/port/BUILD.gn +++ b/port/BUILD.gn @@ -13,7 +13,7 @@ # limitations under the License. # -import("//build/lite/config/component/lite_component.gni") +import("//build/hb/config/component/lite_component.gni") if (ohos_build_type == "debug") { config("tls_client") {