aboutsummaryrefslogtreecommitdiffstats
path: root/device.mk
diff options
context:
space:
mode:
authorZiyan <jaraidaniel@gmail.com>2016-09-09 18:04:54 +0200
committerAndreas Blaesius <skate4life@gmx.de>2016-09-15 13:29:15 +0200
commitb74ba5d64209c27fd57fc80752ddba5764b5beba (patch)
tree6bf7129f80dee08f88e3abb87994e15be8252973 /device.mk
parente3365c5214b4d20702852955143a2938e94f8a1d (diff)
downloaddevice_samsung_espresso3g-b74ba5d64209c27fd57fc80752ddba5764b5beba.zip
device_samsung_espresso3g-b74ba5d64209c27fd57fc80752ddba5764b5beba.tar.gz
device_samsung_espresso3g-b74ba5d64209c27fd57fc80752ddba5764b5beba.tar.bz2
ril: add open-sourced libsecnativefeature, used by libsec-ril
Change-Id: I2f487db23b31c63ba919863f393ca37cc9a81191
Diffstat (limited to 'device.mk')
-rw-r--r--device.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/device.mk b/device.mk
index aceea94..9898b2a 100644
--- a/device.mk
+++ b/device.mk
@@ -31,7 +31,8 @@ PRODUCT_COPY_FILES += \
# RIL
PRODUCT_PACKAGES += \
libsecril-client \
- libsecril-compat
+ libsecril-compat \
+ libsecnativefeature
PRODUCT_PROPERTY_OVERRIDES += \
mobiledata.interfaces=pdp0,wlan0,gprs,ppp0 \