sm8250-common: Import QCOM implementation for audio effects
This commit is contained in:
81
Android.bp
81
Android.bp
@@ -3968,6 +3968,87 @@ cc_prebuilt_library_shared {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libqcbassboost",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/soundfx/libqcbassboost.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"libcutils",
|
||||
"liblog",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "32",
|
||||
relative_install_path: "soundfx",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libqcreverb",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/soundfx/libqcreverb.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"liblog",
|
||||
"libcutils",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "32",
|
||||
relative_install_path: "soundfx",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libqcvirt",
|
||||
owner: "xiaomi",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
target: {
|
||||
android_arm: {
|
||||
srcs: [
|
||||
"proprietary/vendor/lib/soundfx/libqcvirt.so",
|
||||
],
|
||||
shared_libs: [
|
||||
"liblog",
|
||||
"libcutils",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "32",
|
||||
relative_install_path: "soundfx",
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_library_shared {
|
||||
name: "libshoebox",
|
||||
owner: "xiaomi",
|
||||
|
||||
BIN
proprietary/vendor/lib/soundfx/libqcbassboost.so
vendored
Normal file
BIN
proprietary/vendor/lib/soundfx/libqcbassboost.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib/soundfx/libqcreverb.so
vendored
Normal file
BIN
proprietary/vendor/lib/soundfx/libqcreverb.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib/soundfx/libqcvirt.so
vendored
Normal file
BIN
proprietary/vendor/lib/soundfx/libqcvirt.so
vendored
Normal file
Binary file not shown.
@@ -250,6 +250,9 @@ PRODUCT_PACKAGES += \
|
||||
libwfdutils_proprietary \
|
||||
libasphere \
|
||||
libmisoundfx \
|
||||
libqcbassboost \
|
||||
libqcreverb \
|
||||
libqcvirt \
|
||||
libshoebox \
|
||||
libswdap \
|
||||
libswgamedap \
|
||||
|
||||
Reference in New Issue
Block a user