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:
parent
6415b88634
commit
fcd0af7b28
1 changed files with 4 additions and 0 deletions
|
@ -285,6 +285,10 @@ PRODUCT_PACKAGES += \
|
|||
ueventd.qcom.rc \
|
||||
fstab.qcom
|
||||
|
||||
# Ion
|
||||
PRODUCT_PACKAGES += \
|
||||
libion
|
||||
|
||||
# IPv6
|
||||
PRODUCT_PACKAGES += \
|
||||
ebtables \
|
||||
|
|
Loading…
Reference in a new issue