Merge "msm8953/37:audio:config: enable audio HIDL component"

This commit is contained in:
Linux Build Service Account 2017-04-19 12:10:43 -07:00 committed by Gerrit - the friendly Code Review server
commit 38ef088df0
2 changed files with 14 additions and 0 deletions

View File

@ -235,3 +235,10 @@ qcom.hw.aac.encoder=true
#flac sw decoder 24 bit decode capability
PRODUCT_PROPERTY_OVERRIDES += \
flac.sw.decoder.24bit.support=true
# 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

View File

@ -234,3 +234,10 @@ qcom.hw.aac.encoder=true
#flac sw decoder 24 bit decode capability
PRODUCT_PROPERTY_OVERRIDES += \
flac.sw.decoder.24bit.support=true
# 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