sdm660-common: add libspatialaudio.so effect
This commit is contained in:
@@ -3904,6 +3904,48 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
soc_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cc_prebuilt_library_shared {
|
||||||
|
name: "libspatialaudio",
|
||||||
|
owner: "asus",
|
||||||
|
strip: {
|
||||||
|
none: true,
|
||||||
|
},
|
||||||
|
target: {
|
||||||
|
android_arm: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib/soundfx/libspatialaudio.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libaudioutils",
|
||||||
|
"liblog",
|
||||||
|
"libcutils",
|
||||||
|
"libc++",
|
||||||
|
"libc",
|
||||||
|
"libm",
|
||||||
|
"libdl",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
android_arm64: {
|
||||||
|
srcs: [
|
||||||
|
"proprietary/vendor/lib64/soundfx/libspatialaudio.so",
|
||||||
|
],
|
||||||
|
shared_libs: [
|
||||||
|
"libaudioutils",
|
||||||
|
"liblog",
|
||||||
|
"libcutils",
|
||||||
|
"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: "libqcbassboost",
|
name: "libqcbassboost",
|
||||||
owner: "asus",
|
owner: "asus",
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -733,4 +733,5 @@ PRODUCT_PACKAGES += \
|
|||||||
libqcbassboost \
|
libqcbassboost \
|
||||||
libqcreverb \
|
libqcreverb \
|
||||||
libqcvirt \
|
libqcvirt \
|
||||||
libshoebox
|
libshoebox \
|
||||||
|
libspatialaudio
|
||||||
|
|||||||
Reference in New Issue
Block a user