From 5f478fe3c59e5a8a4f3db61870eef451955a709c Mon Sep 17 00:00:00 2001 From: Mark Salyzyn Date: Tue, 7 Apr 2015 09:18:30 -0700 Subject: [PATCH] fs_config: add logging libcutils fs_config has the right to add Android logging Bug: 19908228 Change-Id: I6d68107156962a6fec357ab99d23960c6852b026 --- tools/fs_config/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/fs_config/Android.mk b/tools/fs_config/Android.mk index 984e5b0ba4..f4c871a64a 100644 --- a/tools/fs_config/Android.mk +++ b/tools/fs_config/Android.mk @@ -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