diff --git a/device-common.mk b/device-common.mk index a866c14..86dd39c 100644 --- a/device-common.mk +++ b/device-common.mk @@ -32,8 +32,9 @@ PRODUCT_ENFORCE_VINTF_MANIFEST_OVERRIDE := true # Audio PRODUCT_PACKAGES += \ - android.hardware.audio@2.0-impl \ - android.hardware.audio.effect@2.0-impl \ + android.hardware.audio@6.0-impl \ + android.hardware.audio.effect@6.0-impl \ + android.hardware.audio.service \ audio.primary.msm8960 \ audio.a2dp.default \ audio.usb.default \ diff --git a/manifest.xml b/manifest.xml index 391f44b..40b0c0a 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,8 +1,8 @@ android.hardware.audio - passthrough - 2.0 + hwbinder + 6.0 IDevicesFactory default @@ -10,8 +10,8 @@ android.hardware.audio.effect - passthrough - 2.0 + hwbinder + 6.0 IEffectsFactory default