From 239108bf096e71095890f033bd9d7db3b59ef093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=B2=E5=90=91=E5=AE=8751?= Date: Thu, 19 Jun 2025 07:47:33 +0000 Subject: [PATCH] update test/BUILD.gn. IssueNo:https://gitee.com/openharmony/arkui_ui_lite/issues/ICGB7Z?from=project-issue Feature or Bugfix: Bugfix Binary Source:No MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 仲向宇51 --- test/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/BUILD.gn b/test/BUILD.gn index 4bd8e71..e7e0881 100644 --- a/test/BUILD.gn +++ b/test/BUILD.gn @@ -9,7 +9,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -if (ohos_kernel_type != "liteos_m") { +if (os_level != "standard" && ohos_kernel_type != "liteos_m") { import("//build/lite/config/test.gni") group("graphic_utils_lite_test") {