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

Commit 18214a8f authored by Dimitry Ivanov's avatar Dimitry Ivanov Committed by Gerrit Code Review
Browse files

Merge "Add dependency on liblog"

parents 519f9aea 3042d6d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,6 +5,6 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := sdcard.c
LOCAL_MODULE := sdcard
LOCAL_CFLAGS := -Wall -Wno-unused-parameter -Werror
LOCAL_SHARED_LIBRARIES := libcutils libpackagelistparser
LOCAL_SHARED_LIBRARIES := liblog libcutils libpackagelistparser

include $(BUILD_EXECUTABLE)