From 05b6a61391356de325686b2cb512ca0b60e0a7d2 Mon Sep 17 00:00:00 2001 From: anguanglin Date: Mon, 11 Jul 2022 23:42:01 +0800 Subject: [PATCH] min refactor: mv lite to build/hb Signed-off-by: anguanglin Change-Id: I56d240cd18226e3e1ecf849b4587cafcb475402f --- BUILD.gn | 4 ++-- test/BUILD.gn | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 20faacb..f1dd542 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -9,8 +9,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -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") lite_component("lite_wms") { features = [ diff --git a/test/BUILD.gn b/test/BUILD.gn index 04666d3..a311236 100755 --- a/test/BUILD.gn +++ b/test/BUILD.gn @@ -9,8 +9,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -import("//build/lite/config/component/lite_component.gni") -import("//build/lite/config/subsystem/graphic/config.gni") +import("//build/hb/config/component/lite_component.gni") +import("//build/hb/config/subsystem/graphic/config.gni") group("lite_wms_test") { if (ohos_build_type == "debug") { -- Gitee