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

Commit 815d9bb1 authored by Narayan Kamath's avatar Narayan Kamath Committed by Gerrit Code Review
Browse files

Merge "Add a static dependency on libbase."

parents adbbba9f 9c8ba966
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ LOCAL_SRC_FILES:= $(deviceSources)
LOCAL_C_INCLUDES := \
    external/zlib \
    system/core/include
LOCAL_STATIC_LIBRARIES := libziparchive
LOCAL_STATIC_LIBRARIES := libziparchive libbase
LOCAL_SHARED_LIBRARIES := \
    libbinder \
    liblog \
+2 −1
Original line number Diff line number Diff line
@@ -64,7 +64,8 @@ aaptHostStaticLibs := \
    libutils \
    libcutils \
    libexpat \
    libziparchive-host
    libziparchive-host \
    libbase

aaptCFlags := -DAAPT_VERSION=\"$(BUILD_NUMBER)\"
aaptCFlags += -Wall -Werror
+2 −1
Original line number Diff line number Diff line
@@ -52,7 +52,8 @@ hostStaticLibs := \
    libutils \
    libcutils \
    libexpat \
    libziparchive-host
    libziparchive-host \
    libbase

cFlags := -Wall -Werror