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

Commit 46d8a3b6 authored by Tao Bao's avatar Tao Bao Committed by Gerrit Code Review
Browse files

Merge "applypatch: Use shared libs for libbase/libcrypto/liblog/libziparchive."

parents ff9b6f63 3db3205b
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -121,15 +121,13 @@ LOCAL_STATIC_LIBRARIES := \
    libotafault \
    libotautil \
    libbspatch \
    libbase \
    libziparchive \
    liblog \
    libcrypto \
    libbz
LOCAL_SHARED_LIBRARIES := \
    libbase \
    libcrypto \
    liblog \
    libz \
    libcutils
    libziparchive
LOCAL_CFLAGS := -Wall -Werror
include $(BUILD_EXECUTABLE)