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:
parent
89e506c28a
commit
c6e82f947b
|
@ -19,7 +19,7 @@ PRODUCT_SOONG_NAMESPACES += \
|
|||
$(call inherit-product, vendor/qcom/opensource/dataservices/dataservices_vendor_product.mk)
|
||||
|
||||
# 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
|
||||
$(call inherit-product, vendor/qcom/opensource/data-ipa-cfg-mgr/ipacm_vendor_product.mk)
|
||||
else
|
||||
|
|
|
@ -56,7 +56,7 @@ CONFIG_IEEE80211AX := true
|
|||
endif
|
||||
|
||||
# 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
|
||||
$(call inherit-product, vendor/qcom/opensource/data-ipa-cfg-mgr/ipacm_vendor_product.mk)
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue