vendor: Use new IPA on 5.10 only for now

5.4 has broken tethering settings on some devices.
Will revisit.

Change-Id: I6c526c8fe8202fda4c6e2c985f20c3d0730d8c65
This commit is contained in:
Jake Weinstein 2022-10-30 02:03:54 +09:00
parent 89e506c28a
commit c6e82f947b
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ PRODUCT_SOONG_NAMESPACES += \
$(call inherit-product, vendor/qcom/opensource/dataservices/dataservices_vendor_product.mk) $(call inherit-product, vendor/qcom/opensource/dataservices/dataservices_vendor_product.mk)
# IPACM # IPACM
ifneq (,$(filter 5.4 5.10, $(TARGET_KERNEL_VERSION))) ifneq (,$(filter 5.10, $(TARGET_KERNEL_VERSION)))
PRODUCT_SOONG_NAMESPACES += vendor/qcom/opensource/data-ipa-cfg-mgr PRODUCT_SOONG_NAMESPACES += vendor/qcom/opensource/data-ipa-cfg-mgr
$(call inherit-product, vendor/qcom/opensource/data-ipa-cfg-mgr/ipacm_vendor_product.mk) $(call inherit-product, vendor/qcom/opensource/data-ipa-cfg-mgr/ipacm_vendor_product.mk)
else else

View File

@ -56,7 +56,7 @@ CONFIG_IEEE80211AX := true
endif endif
# IPACM # IPACM
ifneq (,$(filter 5.4 5.10, $(TARGET_KERNEL_VERSION))) ifneq (,$(filter 5.10, $(TARGET_KERNEL_VERSION)))
PRODUCT_SOONG_NAMESPACES += vendor/qcom/opensource/data-ipa-cfg-mgr PRODUCT_SOONG_NAMESPACES += vendor/qcom/opensource/data-ipa-cfg-mgr
$(call inherit-product, vendor/qcom/opensource/data-ipa-cfg-mgr/ipacm_vendor_product.mk) $(call inherit-product, vendor/qcom/opensource/data-ipa-cfg-mgr/ipacm_vendor_product.mk)
else else