Merge "fs_config: move fs_config to libcutils"

This commit is contained in:
Mark Salyzyn
2015-04-02 21:02:52 +00:00
committed by Gerrit Code Review

View File

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