forked from openkylin/platform_build
Merge "llkd: moved from optional to required component" am: e1239cd1ad
am: ab45f8b97c
am: aa71197643
am: 07dc604680
Original change: https://android-review.googlesource.com/c/platform/build/+/1421668 Change-Id: I1b18b3ccb35cf4e0fe0a633bd5272bac8b0e5efe
This commit is contained in:
commit
3f2eab4fb2
|
@ -193,6 +193,7 @@ PRODUCT_PACKAGES += \
|
||||||
libwilhelm \
|
libwilhelm \
|
||||||
linker \
|
linker \
|
||||||
linkerconfig \
|
linkerconfig \
|
||||||
|
llkd \
|
||||||
lmkd \
|
lmkd \
|
||||||
LocalTransport \
|
LocalTransport \
|
||||||
locksettings \
|
locksettings \
|
||||||
|
|
|
@ -39,9 +39,6 @@ PRODUCT_PACKAGES += \
|
||||||
Tag \
|
Tag \
|
||||||
TimeZoneUpdater \
|
TimeZoneUpdater \
|
||||||
|
|
||||||
# Binaries
|
|
||||||
PRODUCT_PACKAGES += llkd
|
|
||||||
|
|
||||||
# OTA support
|
# OTA support
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
recovery-refresh \
|
recovery-refresh \
|
||||||
|
|
Loading…
Reference in New Issue