diff --git a/BUILD.gn b/BUILD.gn index e5989c53e2c460abbb1c43725d389800c4ecfa16..d8ba01fe4fdc6fdddfca59e0f9bff50d6cb98468 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -12,7 +12,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . if (os_level == "mini" || os_level == "small") { - import("//build/lite/config/component/lite_component.gni") + import("//build/hb/config/component/lite_component.gni") } else { import("//build/config/clang/clang.gni") import("//build/ohos.gni")