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

Commit 4eeb3798 authored by Joe Onorato's avatar Joe Onorato
Browse files

Use the static version of libsparse

Change-Id: I664f8dc7939f8f902e4775eaaf6476fcd4ab8ed2
parent 6396e70d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ LOCAL_CFLAGS += -DRECOVERY_API_VERSION=$(RECOVERY_API_VERSION)

LOCAL_STATIC_LIBRARIES := \
    libext4_utils_static \
    libsparse \
    libsparse_static \
    libminzip \
    libz \
    libmtdutils \
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ LOCAL_CFLAGS += -DUSE_EXT4
LOCAL_C_INCLUDES += system/extras/ext4_utils
LOCAL_STATIC_LIBRARIES += \
    libext4_utils_static \
    libsparse \
    libsparse_static \
    libz
endif