diff --git a/configs/hidl/manifest.xml b/configs/hidl/manifest.xml index 8911a94..624ee0d 100644 --- a/configs/hidl/manifest.xml +++ b/configs/hidl/manifest.xml @@ -2,7 +2,7 @@ android.hardware.audio hwbinder - 5.0 + 6.0 IDevicesFactory default @@ -12,7 +12,7 @@ android.hardware.audio.effect hwbinder - 5.0 + 6.0 IEffectsFactory default diff --git a/device.mk b/device.mk index 7720642..0508e4e 100644 --- a/device.mk +++ b/device.mk @@ -39,8 +39,8 @@ PRODUCT_PACKAGES += \ # Audio PRODUCT_PACKAGES += \ android.hardware.audio@2.0-service \ - android.hardware.audio@5.0-impl \ - android.hardware.audio.effect@5.0-impl \ + android.hardware.audio@6.0-impl \ + android.hardware.audio.effect@6.0-impl \ android.hardware.bluetooth.audio@2.0-impl \ android.hardware.soundtrigger@2.2-impl