From 49ded2aad22434b53047ac35511b537f95e03c1b Mon Sep 17 00:00:00 2001 From: anguanglin Date: Mon, 11 Jul 2022 23:52:18 +0800 Subject: [PATCH] min refactor: mv lite to build/hb Signed-off-by: anguanglin Change-Id: I01c7953f96c06e257af5c534d8d2a32de1057f2e --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index e5989c5..d8ba01f 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") -- Gitee