diff --git a/configs/manifest.xml b/configs/manifest.xml index 8cef297..8946aab 100644 --- a/configs/manifest.xml +++ b/configs/manifest.xml @@ -2,7 +2,7 @@ android.hardware.audio hwbinder - 2.0 + 4.0 IDevicesFactory default @@ -11,7 +11,7 @@ android.hardware.audio.effect hwbinder - 2.0 + 4.0 IEffectsFactory default diff --git a/device.mk b/device.mk index 81a961a..ad2ceac 100644 --- a/device.mk +++ b/device.mk @@ -77,10 +77,9 @@ PRODUCT_PACKAGES += \ libqcompostprocbundle PRODUCT_PACKAGES += \ - android.hardware.audio@2.0-impl \ + android.hardware.audio@4.0-impl \ android.hardware.audio@2.0-service \ - android.hardware.audio.effect@2.0-impl \ - android.hardware.audio.effect@2.0-service \ + android.hardware.audio.effect@4.0-impl \ android.hardware.broadcastradio@1.0-impl PRODUCT_COPY_FILES += \