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

Commit 3042d6d0 authored by Dimitry Ivanov's avatar Dimitry Ivanov
Browse files

Add dependency on liblog

Bug: http://b/27171986
Change-Id: I4af3b4b9f17972327b926ad9ee0d03672d1d4a64
parent 361b1477
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)