diff --git a/manifest.xml b/manifest.xml
index 36a6367..45cee7f 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -2,22 +2,22 @@
android.hardware.audio
hwbinder
- 2.0
+ 6.0
IDevicesFactory
default
- @2.0::IDevicesFactory/default
+ @6.0::IDevicesFactory/default
android.hardware.audio.effect
hwbinder
- 2.0
+ 6.0
IEffectsFactory
default
- @2.0::IEffectsFactory/default
+ @6.0::IEffectsFactory/default
android.hardware.biometrics.fingerprint
diff --git a/universal7904-common.mk b/universal7904-common.mk
index 14c5849..e8ed9eb 100644
--- a/universal7904-common.mk
+++ b/universal7904-common.mk
@@ -9,9 +9,9 @@ PRODUCT_AAPT_PREF_CONFIG := xxhdpi
TARGET_EXCLUDES_AUDIOFX := true
PRODUCT_PACKAGES += \
- android.hardware.audio@2.0-impl \
+ android.hardware.audio@6.0-impl \
android.hardware.audio.service \
- android.hardware.audio.effect@2.0-impl \
+ android.hardware.audio.effect@6.0-impl \
libalsautils \
libeffects \
libnbaio_mono \