Merge "init/adb: correct static lib dependencies for libselinux"
This commit is contained in:
commit
38aee48fc6
|
@ -296,9 +296,9 @@ LOCAL_STATIC_LIBRARIES := \
|
|||
libfs_mgr \
|
||||
libfec \
|
||||
libfec_rs \
|
||||
libselinux \
|
||||
liblog \
|
||||
libmincrypt \
|
||||
libselinux \
|
||||
libext4_utils_static \
|
||||
libsquashfs_utils \
|
||||
libcutils \
|
||||
|
|
|
@ -92,9 +92,9 @@ LOCAL_STATIC_LIBRARIES := \
|
|||
libbase \
|
||||
libext4_utils_static \
|
||||
libutils \
|
||||
liblog \
|
||||
libc \
|
||||
libselinux \
|
||||
liblog \
|
||||
libmincrypt \
|
||||
libcrypto_static \
|
||||
libc++_static \
|
||||
|
|
Loading…
Reference in New Issue