mirror of
https://github.com/LineageOS/android_device_xiaomi_whyred.git
synced 2025-10-03 09:49:16 +02:00
whyred: Add QCOM connectivity engine support (CNE)
This commit is contained in:
parent
fa71b69950
commit
c79a95ec90
2 changed files with 9 additions and 0 deletions
|
@ -219,6 +219,9 @@ TARGET_PROVIDES_KEYMASTER := true
|
||||||
# Encryption
|
# Encryption
|
||||||
TARGET_HW_DISK_ENCRYPTION := true
|
TARGET_HW_DISK_ENCRYPTION := true
|
||||||
|
|
||||||
|
# CNE
|
||||||
|
BOARD_USES_QCNE := true
|
||||||
|
|
||||||
# Properties
|
# Properties
|
||||||
BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
|
BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
|
||||||
TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop
|
TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop
|
||||||
|
|
|
@ -293,6 +293,12 @@ PRODUCT_PACKAGES += \
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
libjson
|
libjson
|
||||||
|
|
||||||
|
# Connectivity Engine support (CNE)
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
cneapiclient \
|
||||||
|
com.quicinc.cne \
|
||||||
|
services-ext
|
||||||
|
|
||||||
# HIDL
|
# HIDL
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hidl.base@1.0 \
|
android.hidl.base@1.0 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue