sm8450-common: Move most agm and pal targets to source built
Change-Id: I6ca0c5396a3b583b37e029f5c98ff13127db65a6
This commit is contained in:
parent
546e43d74e
commit
c784dcbe29
1 changed files with 13 additions and 1 deletions
14
common.mk
14
common.mk
|
@ -60,7 +60,9 @@ PRODUCT_PACKAGES += \
|
|||
android.hardware.audio@7.0-impl:64 \
|
||||
android.hardware.audio.effect@7.0-impl:64 \
|
||||
android.hardware.audio.service \
|
||||
android.hardware.soundtrigger@2.3-impl:64
|
||||
android.hardware.soundtrigger@2.3-impl:64 \
|
||||
vendor.qti.hardware.AGMIPC@1.0-service \
|
||||
vendor.qti.hardware.pal@1.0-impl:64
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
audio.bluetooth.default:64 \
|
||||
|
@ -68,10 +70,20 @@ PRODUCT_PACKAGES += \
|
|||
audio.usb.default:64
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
agmcap \
|
||||
agmcompressplay \
|
||||
agmplay \
|
||||
audioadsprpcd
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
libagm_compress_plugin:64 \
|
||||
libagm_mixer_plugin:64 \
|
||||
libagm_pcm_plugin:64 \
|
||||
libagmclient:64 \
|
||||
libagmmixer:64 \
|
||||
libaudioroute.vendor:64 \
|
||||
libfmpal:64 \
|
||||
libpalclient:64 \
|
||||
libqcompostprocbundle:64 \
|
||||
libqcomvisualizer:64 \
|
||||
libqcomvoiceprocessing:64 \
|
||||
|
|
Loading…
Reference in a new issue