diff --git a/manifest.xml b/manifest.xml index e84c3ad..48d203b 100644 --- a/manifest.xml +++ b/manifest.xml @@ -2,7 +2,7 @@ android.hardware.audio hwbinder - 5.0 + 6.0 IDevicesFactory default @@ -20,7 +20,7 @@ android.hardware.audio.effect hwbinder - 5.0 + 6.0 IEffectsFactory default diff --git a/msm8953.mk b/msm8953.mk index 234550b..1c317f7 100644 --- a/msm8953.mk +++ b/msm8953.mk @@ -38,9 +38,9 @@ PRODUCT_PACKAGES += \ # Audio PRODUCT_PACKAGES += \ - android.hardware.audio@5.0-impl \ + android.hardware.audio@6.0-impl \ android.hardware.audio@2.0-service \ - android.hardware.audio.effect@5.0-impl \ + android.hardware.audio.effect@6.0-impl \ android.hardware.audio.effect@2.0-service \ android.hardware.soundtrigger@2.2-impl \ android.hardware.soundtrigger@2.2-service \