sdm660: Move Audio FX Modules to common
This commit is contained in:
parent
429eb9bef3
commit
7771dcdc3c
10 changed files with 9 additions and 0 deletions
BIN
proprietary/vendor/lib/soundfx/libasphere.so
vendored
Normal file
BIN
proprietary/vendor/lib/soundfx/libasphere.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib/soundfx/libmisoundfx.so
vendored
Normal file
BIN
proprietary/vendor/lib/soundfx/libmisoundfx.so
vendored
Normal file
Binary file not shown.
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.
BIN
proprietary/vendor/lib64/soundfx/libasphere.so
vendored
Normal file
BIN
proprietary/vendor/lib64/soundfx/libasphere.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib64/soundfx/libqcbassboost.so
vendored
Normal file
BIN
proprietary/vendor/lib64/soundfx/libqcbassboost.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib64/soundfx/libqcreverb.so
vendored
Normal file
BIN
proprietary/vendor/lib64/soundfx/libqcreverb.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib64/soundfx/libqcvirt.so
vendored
Normal file
BIN
proprietary/vendor/lib64/soundfx/libqcvirt.so
vendored
Normal file
Binary file not shown.
|
@ -18,6 +18,15 @@ PRODUCT_SOONG_NAMESPACES += \
|
|||
vendor/xiaomi/sdm660-common
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
vendor/xiaomi/sdm660-common/proprietary/vendor/lib/soundfx/libasphere.so:$(TARGET_COPY_OUT_VENDOR)/lib/soundfx/libasphere.so \
|
||||
vendor/xiaomi/sdm660-common/proprietary/vendor/lib/soundfx/libmisoundfx.so:$(TARGET_COPY_OUT_VENDOR)/lib/soundfx/libmisoundfx.so \
|
||||
vendor/xiaomi/sdm660-common/proprietary/vendor/lib/soundfx/libqcbassboost.so:$(TARGET_COPY_OUT_VENDOR)/lib/soundfx/libqcbassboost.so \
|
||||
vendor/xiaomi/sdm660-common/proprietary/vendor/lib/soundfx/libqcreverb.so:$(TARGET_COPY_OUT_VENDOR)/lib/soundfx/libqcreverb.so \
|
||||
vendor/xiaomi/sdm660-common/proprietary/vendor/lib/soundfx/libqcvirt.so:$(TARGET_COPY_OUT_VENDOR)/lib/soundfx/libqcvirt.so \
|
||||
vendor/xiaomi/sdm660-common/proprietary/vendor/lib64/soundfx/libasphere.so:$(TARGET_COPY_OUT_VENDOR)/lib64/soundfx/libasphere.so \
|
||||
vendor/xiaomi/sdm660-common/proprietary/vendor/lib64/soundfx/libqcbassboost.so:$(TARGET_COPY_OUT_VENDOR)/lib64/soundfx/libqcbassboost.so \
|
||||
vendor/xiaomi/sdm660-common/proprietary/vendor/lib64/soundfx/libqcreverb.so:$(TARGET_COPY_OUT_VENDOR)/lib64/soundfx/libqcreverb.so \
|
||||
vendor/xiaomi/sdm660-common/proprietary/vendor/lib64/soundfx/libqcvirt.so:$(TARGET_COPY_OUT_VENDOR)/lib64/soundfx/libqcvirt.so \
|
||||
vendor/xiaomi/sdm660-common/proprietary/bin/wfdservice:$(TARGET_COPY_OUT_SYSTEM)/bin/wfdservice \
|
||||
vendor/xiaomi/sdm660-common/proprietary/etc/init/wfdservice.rc:$(TARGET_COPY_OUT_SYSTEM)/etc/init/wfdservice.rc \
|
||||
vendor/xiaomi/sdm660-common/proprietary/etc/permissions/audiosphere.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/audiosphere.xml \
|
||||
|
|
Loading…
Reference in a new issue