forked from openkylin/platform_build
Add llkd to mainline_system
Bug: 110410711 Test: lunch mainline_arm64; m Change-Id: Idb42e91ee9dcb91a0ca5c0e3eabf293a1213ff32
This commit is contained in:
parent
1de3ef4a73
commit
8879840c52
|
@ -32,18 +32,19 @@ PRODUCT_PACKAGES += \
|
|||
SafetyRegulatoryInfo \
|
||||
Stk \
|
||||
|
||||
# Binaries
|
||||
PRODUCT_PACKAGES += llkd
|
||||
|
||||
# OTA support
|
||||
PRODUCT_PACKAGES += \
|
||||
update_engine \
|
||||
update_verifier \
|
||||
|
||||
# Wrapped net utils for /vendor access.
|
||||
PRODUCT_PACKAGES += \
|
||||
netutils-wrapper-1.0 \
|
||||
PRODUCT_PACKAGES += netutils-wrapper-1.0
|
||||
|
||||
# Charger images
|
||||
PRODUCT_PACKAGES += \
|
||||
charger_res_images \
|
||||
PRODUCT_PACKAGES += charger_res_images
|
||||
|
||||
# system_other support
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
Loading…
Reference in New Issue