5ce757518b
- Solve st_mode is uint16_t on MAC - Turn on -Werror Change-Id: I67b62424245545099ed283c56dae544153b85425
15 lines
276 B
Makefile
15 lines
276 B
Makefile
# Copyright 2005 The Android Open Source Project
|
|
|
|
LOCAL_PATH:= $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_SRC_FILES := \
|
|
mkbootfs.c
|
|
|
|
LOCAL_MODULE := mkbootfs
|
|
|
|
LOCAL_CFLAGS := -Werror
|
|
|
|
include $(BUILD_HOST_EXECUTABLE)
|
|
|
|
$(call dist-for-goals,dist_files,$(LOCAL_BUILT_MODULE))
|