peridot: Recreate symlink for libmisoundfx

Change-Id: Id2a58af2a784f648148ec9e443a639d9d829ce80
This commit is contained in:
AdarshGrewal
2025-08-16 01:05:52 +05:30
parent f20ced935a
commit d03762497c
2 changed files with 9 additions and 1 deletions

View File

@@ -1043,3 +1043,10 @@ install_symlink {
installed_location: "lib64/libq3dtools_adreno.so",
symlink_target: "/vendor/lib64/egl/libq3dtools_adreno.so",
}
install_symlink {
name: "vendor_lib64_soundfx_libmisoundfx_so",
soc_specific: true,
installed_location: "lib64/soundfx/libmisoundfx.so",
symlink_target: "/vendor/lib64/libmisoundfx_ext.so",
}