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

Commit b7d43551 authored by Ramjee Singh's avatar Ramjee Singh Committed by Gerrit - the friendly Code Review server
Browse files

msm8937: Disable audio halservice for low ram

Change-Id: Ifa60cfbc2e06ceed103cfccad57203b0097f2ec8
parent d5a4dc2e
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -228,9 +228,12 @@ vendor.audio.flac.sw.decoder.24bit=true
PRODUCT_PROPERTY_OVERRIDES += \
persist.vendor.bt.enable.splita2dp=false

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

# for HIDL related packages
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