diff --git a/manifest.xml b/manifest.xml
index 99761ab..4b605b3 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -2,22 +2,22 @@
android.hardware.audio
hwbinder
- 5.0
+ 6.0
IDevicesFactory
default
- @5.0::IDevicesFactory/default
+ @6.0::IDevicesFactory/default
android.hardware.audio.effect
hwbinder
- 5.0
+ 6.0
IEffectsFactory
default
- @5.0::IEffectsFactory/default
+ @6.0::IEffectsFactory/default
android.hardware.biometrics.fingerprint
diff --git a/sdm710.mk b/sdm710.mk
index 0f4d54c..1e6e9a3 100644
--- a/sdm710.mk
+++ b/sdm710.mk
@@ -65,8 +65,8 @@ PRODUCT_PACKAGES += \
# Audio
PRODUCT_PACKAGES += \
- android.hardware.audio@5.0-impl:32 \
- android.hardware.audio.effect@5.0-impl:32 \
+ android.hardware.audio@6.0-impl \
+ android.hardware.audio.effect@6.0-impl \
android.hardware.audio.service \
android.hardware.soundtrigger@2.2-impl:32 \
audio.r_submix.default \