summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorDaniel Cashman <dcashman@google.com>2015-10-22 23:03:51 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-10-22 23:03:51 +0000
commit38aee48fc695c25e15435e4ef235c8bc2e0afde9 (patch)
tree7479a3817487361a2938c01289befe05d5a7a2c0 /init
parente2693640ea7df7acac3d1d564434ddb9f39a8673 (diff)
parentbd2d961cc2875259677e34211d2e8ec071b0d8da (diff)
downloadcore-38aee48fc695c25e15435e4ef235c8bc2e0afde9.tar.gz
core-38aee48fc695c25e15435e4ef235c8bc2e0afde9.tar.bz2
core-38aee48fc695c25e15435e4ef235c8bc2e0afde9.zip
Merge "init/adb: correct static lib dependencies for libselinux"
Diffstat (limited to 'init')
-rw-r--r--init/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Android.mk b/init/Android.mk
index 8e45a7aaa..d6cb4e588 100644
--- a/init/Android.mk
+++ b/init/Android.mk
@@ -92,9 +92,9 @@ LOCAL_STATIC_LIBRARIES := \
libbase \
libext4_utils_static \
libutils \
- liblog \
libc \
libselinux \
+ liblog \
libmincrypt \
libcrypto_static \
libc++_static \