fs_config: add logging

libcutils fs_config has the right to add Android logging

Bug: 19908228
Change-Id: I6d68107156962a6fec357ab99d23960c6852b026
diff --git a/tools/fs_config/Android.mk b/tools/fs_config/Android.mk
index 984e5b0..f4c871a 100644
--- a/tools/fs_config/Android.mk
+++ b/tools/fs_config/Android.mk
@@ -17,7 +17,7 @@
 
 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