summaryrefslogtreecommitdiffstats
path: root/tools/fs_config
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2015-04-01 12:54:46 -0700
committerMark Salyzyn <salyzyn@google.com>2015-04-02 13:56:00 -0700
commit1c5f19eabed2affa765c364434efb49f92abf39b (patch)
tree0cc5183a48fe6fc704329328ecf9ae21614ec371 /tools/fs_config
parent8efa6d3f0da433fe70070cc09d1f67947568cb8d (diff)
downloadbuild-1c5f19eabed2affa765c364434efb49f92abf39b.zip
build-1c5f19eabed2affa765c364434efb49f92abf39b.tar.gz
build-1c5f19eabed2affa765c364434efb49f92abf39b.tar.bz2
fs_config: move fs_config to libcutils
Bug: 19908228 Change-Id: I4103ac395d0a28fd13173cc703e980aafe6c02e1
Diffstat (limited to 'tools/fs_config')
-rw-r--r--tools/fs_config/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/fs_config/Android.mk b/tools/fs_config/Android.mk
index 02deabb..984e5b0 100644
--- a/tools/fs_config/Android.mk
+++ b/tools/fs_config/Android.mk
@@ -17,7 +17,8 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := fs_config.c
LOCAL_MODULE := fs_config
-LOCAL_STATIC_LIBRARIES := libselinux
+LOCAL_STATIC_LIBRARIES := libcutils libselinux
LOCAL_FORCE_STATIC_EXECUTABLE := true
+LOCAL_CFLAGS := -Werror
include $(BUILD_HOST_EXECUTABLE)