Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f45cdea2 authored by Mark Salyzyn's avatar Mark Salyzyn Committed by Android Git Automerger
Browse files

am 496c4eb6: am 6ac0d474: Merge "fs_config: move fs_config to libcutils"

* commit '496c4eb6':
  fs_config: move fs_config to libcutils
parents 25b2fd5b 496c4eb6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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)