sm8250-common: Import MiSound Audio Effect
This commit is contained in:
28
Android.bp
28
Android.bp
@@ -3478,6 +3478,34 @@ 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",
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
compile_multilib: "32",
|
||||||
|
relative_install_path: "soundfx",
|
||||||
|
prefer: true,
|
||||||
|
soc_specific: true,
|
||||||
|
}
|
||||||
|
|
||||||
cc_prebuilt_library_shared {
|
cc_prebuilt_library_shared {
|
||||||
name: "libshoebox",
|
name: "libshoebox",
|
||||||
owner: "xiaomi",
|
owner: "xiaomi",
|
||||||
|
|||||||
BIN
proprietary/vendor/lib/soundfx/libmisoundfx.so
vendored
Normal file
BIN
proprietary/vendor/lib/soundfx/libmisoundfx.so
vendored
Normal file
Binary file not shown.
@@ -245,6 +245,7 @@ PRODUCT_PACKAGES += \
|
|||||||
libwfduibcsrcinterface_proprietary \
|
libwfduibcsrcinterface_proprietary \
|
||||||
libwfdutils_proprietary \
|
libwfdutils_proprietary \
|
||||||
libasphere \
|
libasphere \
|
||||||
|
libmisoundfx \
|
||||||
libshoebox \
|
libshoebox \
|
||||||
vendor.qti.hardware.wifidisplaysession@1.0_vendor \
|
vendor.qti.hardware.wifidisplaysession@1.0_vendor \
|
||||||
vendor.qti.hardware.wifidisplaysessionl@1.0-halimpl \
|
vendor.qti.hardware.wifidisplaysessionl@1.0-halimpl \
|
||||||
|
|||||||
Reference in New Issue
Block a user