From ecd172aaee1259b03c6d0135ac4083c91a648038 Mon Sep 17 00:00:00 2001 From: yangjunrui Date: Wed, 26 Jan 2022 09:01:07 +0800 Subject: [PATCH] feat: add hdi ipc client config Signed-off-by: yangjunrui --- vibrator/v1_0/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vibrator/v1_0/BUILD.gn b/vibrator/v1_0/BUILD.gn index 3971c107..dcdce13a 100755 --- a/vibrator/v1_0/BUILD.gn +++ b/vibrator/v1_0/BUILD.gn @@ -13,7 +13,7 @@ import("//drivers/adapter/uhdf2/hdi.gni") if (defined(ohos_lite)) { - group("vibrator") { + group("libvibrator_proxy_1.0") { deps = [] public_configs = [] } -- Gitee