surya: Bringback libmisoundfx

This commit is contained in:
shoya0x00
2025-02-18 07:54:41 +00:00
parent af04286423
commit 089439e775
4 changed files with 43 additions and 0 deletions
+42
View File
@@ -1870,6 +1870,48 @@ cc_prebuilt_library_shared {
soc_specific: true, soc_specific: true,
} }
cc_prebuilt_library_shared {
name: "libmisoundfx",
owner: "xiaomi",
strip: {
none: true,
},
target: {
android_arm: {
srcs: [
"proprietary/vendor/lib/soundfx/libmisoundfx.so",
],
shared_libs: [
"libcutils",
"libutils",
"liblog",
"libc++",
"libc",
"libm",
"libdl",
],
},
android_arm64: {
srcs: [
"proprietary/vendor/lib64/soundfx/libmisoundfx.so",
],
shared_libs: [
"libcutils",
"libutils",
"liblog",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "both",
relative_install_path: "soundfx",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared { cc_prebuilt_library_shared {
name: "vendor.qti.hardware.dsp@1.0", name: "vendor.qti.hardware.dsp@1.0",
owner: "xiaomi", owner: "xiaomi",
Binary file not shown.
Binary file not shown.
+1
View File
@@ -322,6 +322,7 @@ PRODUCT_PACKAGES += \
libsnsapi \ libsnsapi \
libvpphvx \ libvpphvx \
libvpplibrary \ libvpplibrary \
libmisoundfx \
vendor.qti.hardware.dsp@1.0 \ vendor.qti.hardware.dsp@1.0 \
vendor.qti.hardware.vpp@1.1 \ vendor.qti.hardware.vpp@1.1 \
vendor.qti.hardware.vpp@1.2 \ vendor.qti.hardware.vpp@1.2 \