mirror of
https://github.com/LineageOS/android_device_xiaomi_whyred.git
synced 2025-10-03 01:39: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
|
||||
TARGET_HW_DISK_ENCRYPTION := true
|
||||
|
||||
# CNE
|
||||
BOARD_USES_QCNE := true
|
||||
|
||||
# Properties
|
||||
BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
|
||||
TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop
|
||||
|
|
|
@ -293,6 +293,12 @@ PRODUCT_PACKAGES += \
|
|||
PRODUCT_PACKAGES += \
|
||||
libjson
|
||||
|
||||
# Connectivity Engine support (CNE)
|
||||
PRODUCT_PACKAGES += \
|
||||
cneapiclient \
|
||||
com.quicinc.cne \
|
||||
services-ext
|
||||
|
||||
# HIDL
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hidl.base@1.0 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue