d5cd3778cd
Bug: 19908228 Change-Id: Ic843b32f575825dc89cd9fa15dc0619bc397ce82
17 lines
313 B
Makefile
17 lines
313 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
|
|
|
|
LOCAL_STATIC_LIBRARIES := libcutils
|
|
|
|
include $(BUILD_HOST_EXECUTABLE)
|
|
|
|
$(call dist-for-goals,dist_files,$(LOCAL_BUILT_MODULE))
|