land: Build some lib dependencies
Change-Id: I43b64004fb504bd4c697d24398b0f74fde834d4c
This commit is contained in:
parent
7a30127544
commit
e95306cdf2
2 changed files with 11 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
PRODUCT_BOOT_JARS += \
|
||||
com.qti.location.sdk
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
libcurl
|
||||
|
||||
# Properties
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
persist.gps.qc_nlp_in_use=1 \
|
||||
|
|
8
product/qcom-net.mk
Normal file
8
product/qcom-net.mk
Normal file
|
@ -0,0 +1,8 @@
|
|||
# IPv6
|
||||
PRODUCT_PACKAGES += \
|
||||
ebtables \
|
||||
ethertypes
|
||||
|
||||
# QMI
|
||||
PRODUCT_PACKAGES += \
|
||||
libjson
|
Loading…
Reference in a new issue