am 36fb373a: Merge "fs_config: use libcutils and libselinux shared libraries"

* commit '36fb373adfe8bbf9397dc8ccf405fd4d6baeef2f':
  fs_config: use libcutils and libselinux shared libraries
This commit is contained in:
Mark Salyzyn
2015-04-15 22:31:26 +00:00
committed by Android Git Automerger

View File

@@ -13,12 +13,12 @@
# limitations under the License. # limitations under the License.
LOCAL_PATH := $(call my-dir) LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS) include $(CLEAR_VARS)
LOCAL_SRC_FILES := fs_config.c LOCAL_SRC_FILES := fs_config.c
LOCAL_MODULE := fs_config LOCAL_MODULE := fs_config
LOCAL_STATIC_LIBRARIES := libcutils liblog libselinux LOCAL_SHARED_LIBRARIES := libcutils libselinux
LOCAL_FORCE_STATIC_EXECUTABLE := true
LOCAL_CFLAGS := -Werror LOCAL_CFLAGS := -Werror
include $(BUILD_HOST_EXECUTABLE) include $(BUILD_HOST_EXECUTABLE)