Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef486882 authored by Daniel Cashman's avatar Daniel Cashman Committed by android-build-merger
Browse files

Merge "init/adb: correct static lib dependencies for libselinux" am: 38aee48f am: 27ff1244

am: 227bc69c

* commit '227bc69c':
  init/adb: correct static lib dependencies for libselinux
parents 40537860 227bc69c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -296,9 +296,9 @@ LOCAL_STATIC_LIBRARIES := \
    libfs_mgr \
    libfec \
    libfec_rs \
    libselinux \
    liblog \
    libmincrypt \
    libselinux \
    libext4_utils_static \
    libsquashfs_utils \
    libcutils \
+1 −1
Original line number Diff line number Diff line
@@ -92,9 +92,9 @@ LOCAL_STATIC_LIBRARIES := \
    libbase \
    libext4_utils_static \
    libutils \
    liblog \
    libc \
    libselinux \
    liblog \
    libmincrypt \
    libcrypto_static \
    libc++_static \