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

Commit 8031c2d2 authored by Alex Deymo's avatar Alex Deymo Committed by Gerrit Code Review
Browse files

Merge changes from topic 'host_suffix_cleanup'

* changes:
  Remove "_static" suffix from libsparse
  Remove "_static" suffix from libext4_utils.
parents 37d74f3e 67f3aa88
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -76,8 +76,8 @@ LOCAL_C_INCLUDES += \
LOCAL_STATIC_LIBRARIES := \
    libbatterymonitor \
    libbootloader_message \
    libext4_utils_static \
    libsparse_static \
    libext4_utils \
    libsparse \
    libziparchive \
    libotautil \
    libmounts \
+2 −2
Original line number Diff line number Diff line
@@ -99,8 +99,8 @@ LOCAL_STATIC_LIBRARIES := \
    libfs_mgr \
    liblog \
    libselinux \
    libext4_utils_static \
    libsparse_static \
    libext4_utils \
    libsparse \
    libcrypto_utils \
    libcrypto \
    libcutils \
+2 −2
Original line number Diff line number Diff line
@@ -31,13 +31,13 @@ updater_common_static_libraries := \
    libutils \
    libmounts \
    libotafault \
    libext4_utils_static \
    libext4_utils \
    libfec \
    libfec_rs \
    libfs_mgr \
    liblog \
    libselinux \
    libsparse_static \
    libsparse \
    libsquashfs_utils \
    libbz \
    libz \