diff options
author | Ziyan <jaraidaniel@gmail.com> | 2015-08-19 14:03:47 +0200 |
---|---|---|
committer | Andreas Blaesius <skate4life@gmx.de> | 2015-08-29 05:35:03 -0700 |
commit | 50303d94c99c94c93207f03db0d1a8f56d917981 (patch) | |
tree | 3805141687231edc97db6faf88a9ef8f67219621 | |
parent | b58e3bdb1f9581163745d25ba74e4df3cd25e71e (diff) | |
download | device_samsung_espressowifi-50303d94c99c94c93207f03db0d1a8f56d917981.zip device_samsung_espressowifi-50303d94c99c94c93207f03db0d1a8f56d917981.tar.gz device_samsung_espressowifi-50303d94c99c94c93207f03db0d1a8f56d917981.tar.bz2 |
espresso-common: build libsecril-client
Change-Id: I0299a5d2c785a8d52654c2515633acca50d6bd64
-rw-r--r-- | espresso-common.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/espresso-common.mk b/espresso-common.mk index 0ec2e73..c984395 100644 --- a/espresso-common.mk +++ b/espresso-common.mk @@ -68,7 +68,8 @@ PRODUCT_PACKAGES += \ power.piranha \ sensors.piranha \ geomagneticd \ - orientationd + orientationd \ + libsecril-client # F2FS filesystem PRODUCT_PACKAGES += \ |