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

Commit f9639545 authored by Garmond Leung's avatar Garmond Leung Committed by Gerrit - the friendly Code Review server
Browse files

configs: disable qti AudioControl HAL and use default

Existing customized vendor functions are depreciated.
Enable default AudioControl 2.0

Change-Id: I4583484bd5537436f428d945cb24eecfbecb3739
parent 0f985d0f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -472,8 +472,8 @@ PRODUCT_PACKAGES_DEBUG += \

# for HIDL related audiocontrol packages
PRODUCT_PACKAGES += \
    vendor.qti.hardware.automotive.audiocontrol@1.0-service \
    android.hardware.automotive.audiocontrol@1.0
    android.hardware.automotive.audiocontrol@2.0-service \
    android.hardware.automotive.audiocontrol@2.0

ifeq ($(ENABLE_HYP),true)
PRODUCT_PROPERTY_OVERRIDES += \
+2 −2
Original line number Diff line number Diff line
@@ -451,8 +451,8 @@ PRODUCT_PACKAGES_DEBUG += \

# for HIDL related audiocontrol packages
PRODUCT_PACKAGES += \
    vendor.qti.hardware.automotive.audiocontrol@1.0-service \
    android.hardware.automotive.audiocontrol@1.0
    android.hardware.automotive.audiocontrol@2.0-service \
    android.hardware.automotive.audiocontrol@2.0

ifeq ($(ENABLE_HYP),true)
PRODUCT_PROPERTY_OVERRIDES += \