sdm660: Add libion to PRODUCT_PACKAGES

libion needs to be explicitly added to PRODUCT_PACKAGES
since vendor code which is not shipped as source has a
dependency on this lib.

Change-Id: I75bcef582930b1eb49d72d505401a75f7c596254
This commit is contained in:
Roopesh Rajashekharaiah Nataraja 2019-02-04 17:04:11 -08:00 committed by Max Weffers
parent 6415b88634
commit fcd0af7b28
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -285,6 +285,10 @@ PRODUCT_PACKAGES += \
ueventd.qcom.rc \
fstab.qcom
# Ion
PRODUCT_PACKAGES += \
libion
# IPv6
PRODUCT_PACKAGES += \
ebtables \