* commit '496c4eb6a3db26ce307eff2d9be090e1c85f8639': fs_config: move fs_config to libcutils
This commit is contained in:
commit
f45cdea226
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue