From e4139a3c88de50817304634ee7abf4fe24f392d8 Mon Sep 17 00:00:00 2001 From: zhouyongfei Date: Sat, 29 Jan 2022 11:42:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=AF=E5=88=A0=EF=BC=8C=E5=AF=BC=E8=87=B4ja?= =?UTF-8?q?npi=E7=9A=84so=E6=B2=A1=E6=9C=89=E6=94=BE=E7=BD=AE=E5=88=B0modu?= =?UTF-8?q?le=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhouyongfei --- interfaces/kits/js/napi/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/interfaces/kits/js/napi/BUILD.gn b/interfaces/kits/js/napi/BUILD.gn index d9caa06..72bc6b1 100644 --- a/interfaces/kits/js/napi/BUILD.gn +++ b/interfaces/kits/js/napi/BUILD.gn @@ -62,6 +62,7 @@ ohos_shared_library("inputmethodengine") { public_configs = [ ":inputmethodengine_native_public_config" ] + relative_install_dir = "module" subsystem_name = "miscservices" part_name = "inputmethod_native" }