diff --git a/manifest.xml b/manifest.xml index 983ff1f..e9a6a51 100644 --- a/manifest.xml +++ b/manifest.xml @@ -2,25 +2,16 @@ android.hardware.audio hwbinder - 6.0 + 4.0 IDevicesFactory default - - android.hardware.soundtrigger - hwbinder - 2.2 - - ISoundTriggerHw - default - - android.hardware.audio.effect hwbinder - 6.0 + 4.0 IEffectsFactory default diff --git a/msm8953.mk b/msm8953.mk index c039cc2..715a326 100644 --- a/msm8953.mk +++ b/msm8953.mk @@ -29,11 +29,10 @@ PRODUCT_SOONG_NAMESPACES += $(COMMON_PATH) # Audio PRODUCT_PACKAGES += \ - android.hardware.audio@6.0-impl_32 \ - android.hardware.audio.service_32 \ - android.hardware.audio.effect@6.0-impl_32 \ - android.hardware.soundtrigger@2.2-impl_32 \ - android.hardware.soundtrigger@2.2-service \ + android.hardware.audio@4.0-impl \ + android.hardware.audio.service \ + android.hardware.audio.effect@4.0-impl \ + android.hardware.audio.effect@2.0-service \ audiod \ audio.a2dp.default \ audio.r_submix.default \