diff --git a/test/BUILD.gn b/test/BUILD.gn index c26ae1fd732b708ecdcac016f23dc6b8f16e73e7..3094df672bd31b9ebdced60df11c694d1095f6fc 100644 --- a/test/BUILD.gn +++ b/test/BUILD.gn @@ -46,7 +46,7 @@ if (ohos_build_type == "debug") { ] if (ohos_kernel_type == "liteos_m") { deps += [ - "//foundation/graphic/ui:ui", + "//foundation/arkui/ui_lite:ui", "//third_party/jerryscript:jerry_engine", ] } else {