From f5dae65a53e356f46a8e36939e169bca284152f6 Mon Sep 17 00:00:00 2001 From: lixiaofeng_154b Date: Thu, 7 Jul 2022 10:40:53 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90xts=5Facts=E3=80=91=E3=80=90monthly=5F?= =?UTF-8?q?0614=E3=80=91ActsUsbJSApiTest=E6=B5=8B=E8=AF=95=E5=A5=97BUILD.g?= =?UTF-8?q?n=E6=96=87=E4=BB=B6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lixiaofeng_154b --- usb/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usb/BUILD.gn b/usb/BUILD.gn index 8b60a8150..76434ef5c 100755 --- a/usb/BUILD.gn +++ b/usb/BUILD.gn @@ -16,9 +16,9 @@ import("//build/ohos_var.gni") group("usb") { testonly = true if (device_name == "rk3568") { + deps = [ "usb_standard:usb_js_test" ] } else { if (is_standard_system) { - deps = [ "usb_standard:usb_js_test" ] } } } -- GitLab