diff --git a/BUILD.gn b/BUILD.gn index 20faacba6e057a2cd325150c7ef13e0b7e2a7070..f1dd54272772055fec83a5e91fd8afcc58b6a3b7 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 04666d33fde08eaa022be3cb0eab6292a0ec1f06..a311236bae0ec777fb0d86f6bb06b5146b1ef4a2 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") {