fs_config: add logging
libcutils fs_config has the right to add Android logging Bug: 19908228 Change-Id: I6d68107156962a6fec357ab99d23960c6852b026
This commit is contained in:
parent
b4b996a8ee
commit
5f478fe3c5
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ include $(CLEAR_VARS)
|
|||
|
||||
LOCAL_SRC_FILES := fs_config.c
|
||||
LOCAL_MODULE := fs_config
|
||||
LOCAL_STATIC_LIBRARIES := libcutils libselinux
|
||||
LOCAL_STATIC_LIBRARIES := libcutils liblog libselinux
|
||||
LOCAL_FORCE_STATIC_EXECUTABLE := true
|
||||
LOCAL_CFLAGS := -Werror
|
||||
|
||||
|
|
Loading…
Reference in a new issue