Merge "init/adb: correct static lib dependencies for libselinux"

am: 38aee48fc6

* commit '38aee48fc695c25e15435e4ef235c8bc2e0afde9':
  init/adb: correct static lib dependencies for libselinux
This commit is contained in:
Daniel Cashman 2015-10-22 23:12:22 +00:00 committed by android-build-merger
commit 27ff12443d
2 changed files with 2 additions and 2 deletions

View File

@ -296,9 +296,9 @@ LOCAL_STATIC_LIBRARIES := \
libfs_mgr \
libfec \
libfec_rs \
libselinux \
liblog \
libmincrypt \
libselinux \
libext4_utils_static \
libsquashfs_utils \
libcutils \

View File

@ -92,9 +92,9 @@ LOCAL_STATIC_LIBRARIES := \
libbase \
libext4_utils_static \
libutils \
liblog \
libc \
libselinux \
liblog \
libmincrypt \
libcrypto_static \
libc++_static \