Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d7a5162e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm8909: Disable audio halservice for low ram" into audio-hal.lnx.5.0

parents c58df820 6228367f
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -135,8 +135,11 @@ vendor.audio.sys.init=false
PRODUCT_PROPERTY_OVERRIDES += \
vendor.audio.dolby.ds2.enabled=true

ifneq ($(strip $(TARGET_HAS_LOW_RAM)),true)
PRODUCT_PACKAGES += android.hardware.audio@2.0-service
endif

PRODUCT_PACKAGES += \
    android.hardware.audio@2.0-service \
    android.hardware.audio@2.0-impl \
    android.hardware.audio.effect@2.0-impl \
    android.hardware.soundtrigger@2.0-impl