fs_config: add logging

libcutils fs_config has the right to add Android logging

Bug: 19908228
Change-Id: I6d68107156962a6fec357ab99d23960c6852b026
This commit is contained in:
Mark Salyzyn 2015-04-07 09:18:30 -07:00
parent b4b996a8ee
commit 5f478fe3c5

View file

@ -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