From c84c65059c93a30b323b86b23a7d1f8f8f932c80 Mon Sep 17 00:00:00 2001 From: xqq879988 Date: Thu, 22 May 2025 11:03:56 +0800 Subject: [PATCH] =?UTF-8?q?=20vibrator=E4=BE=9D=E8=B5=96=E7=9A=84=E5=9B=9E?= =?UTF-8?q?=E9=80=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xqq879988 --- vibrator/v1_3/BUILD.gn | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/vibrator/v1_3/BUILD.gn b/vibrator/v1_3/BUILD.gn index b8127e2b..bbc03b4f 100644 --- a/vibrator/v1_3/BUILD.gn +++ b/vibrator/v1_3/BUILD.gn @@ -20,14 +20,7 @@ if (defined(ohos_lite)) { } else { hdi("vibrator") { module_name = "vibrator_service" - proxy_deps = [ - "../v1_1:libvibrator_proxy_1.1", - "../v1_2:libvibrator_proxy_1.2", - ] - stub_deps = [ - "../v1_1:libvibrator_stub_1.1", - "../v1_2:libvibrator_stub_1.2", - ] + imports = [ "ohos.hdi.vibrator.v1_2:vibrator" ] sources = [ "IVibratorInterface.idl", -- Gitee