commit | 6ac0d47402855d199a1afd6bc5c7cd775a1cf5d1 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Thu Apr 02 21:02:52 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Apr 02 21:02:52 2015 +0000 |
tree | 0cc5183a48fe6fc704329328ecf9ae21614ec371 | |
parent | 62d7ccad176ac1110a912d1cfe327e938c91bd59 [diff] | |
parent | 1c5f19eabed2affa765c364434efb49f92abf39b [diff] |
Merge "fs_config: move fs_config to libcutils"
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 @@ 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)