surya: Bringback libmisoundfx
This commit is contained in:
+42
@@ -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",
|
||||||
|
|||||||
BIN
Binary file not shown.
Binary file not shown.
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user