Merge "msm8953/37:audio:config: enable audio HIDL component"
This commit is contained in:
commit
38ef088df0
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue