diff --git a/frameworks/config_policy/BUILD.gn b/frameworks/config_policy/BUILD.gn index d5ceabcd892ff1126daffe51ef148484aa0ef073..97a5a3da8f3e9d723539f987a8d0feb5433c4ada 100644 --- a/frameworks/config_policy/BUILD.gn +++ b/frameworks/config_policy/BUILD.gn @@ -12,7 +12,7 @@ # limitations under the License. if (defined(ohos_lite)) { - import("//build/lite/config/component/lite_component.gni") + import("//build/hb/config/component/lite_component.gni") } else { import("//build/ohos.gni") } diff --git a/test/unittest/BUILD.gn b/test/unittest/BUILD.gn index 7623d033c9ee763352bd12a14fd22f2943cb679e..5088cab73b6af557a8d98982df7cbae50e0c3681 100644 --- a/test/unittest/BUILD.gn +++ b/test/unittest/BUILD.gn @@ -12,8 +12,8 @@ # limitations under the License. if (defined(ohos_lite)) { - import("//build/lite/config/component/lite_component.gni") - import("//build/lite/config/test.gni") + import("//build/hb/config/component/lite_component.gni") + import("//build/hb/config/test.gni") } else { import("//build/test.gni") }