Merge "Add dependency on liblog"
This commit is contained in:
commit
18214a8f32
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue