diff --git a/interfaces/native/vibrator/BUILD.gn b/interfaces/native/vibrator/BUILD.gn index 4bdb94c0b48a3614954d99f649c2922881245bbc..c2c7d9f7aec86bbf5e5846ee7c7df18361bff07e 100644 --- a/interfaces/native/vibrator/BUILD.gn +++ b/interfaces/native/vibrator/BUILD.gn @@ -58,6 +58,8 @@ ohos_shared_library("vibrator_interface_native") { ] public_configs = [ ":vibrator_config" ] + install_images = [ system_base_dir ] + relative_install_dir = "platformsdk" part_name = "miscdevice" subsystem_name = "sensors" }