fs_config: move fs_config to libcutils

Bug: 19908228
Change-Id: I4103ac395d0a28fd13173cc703e980aafe6c02e1
This commit is contained in:
Mark Salyzyn 2015-04-01 12:54:46 -07:00
parent 8efa6d3f0d
commit 1c5f19eabe
1 changed files with 2 additions and 1 deletions

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)