blob: 3e82718a139b2f74d8e92fbcba4a1d477a69b5d2 [file] [log] [blame]
# Copyright 2017 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
LOCAL_DIR := $(GET_LOCAL_DIR)
MODULE := $(LOCAL_DIR).host
MODULE_NAME := blobfs
MODULE_TYPE := hostapp
MODULE_SRCS := \
$(LOCAL_DIR)/main.cpp \
system/ulib/bitmap/raw-bitmap.cpp \
MODULE_HOST_LIBS := \
third_party/ulib/lz4.hostlib \
third_party/ulib/uboringssl.hostlib \
system/ulib/blobfs.hostlib \
system/ulib/digest.hostlib \
system/ulib/fbl.hostlib \
system/ulib/fs-host.hostlib \
MODULE_COMPILEFLAGS := \
-Werror-implicit-function-declaration \
-Wstrict-prototypes -Wwrite-strings \
-Isystem/ulib/bitmap/include \
-Isystem/ulib/blobfs/include \
-Isystem/ulib/digest/include \
-Isystem/ulib/zxcpp/include \
-Isystem/ulib/fdio/include \
-Isystem/ulib/fbl/include \
-Isystem/ulib/fit/include \
-Isystem/ulib/fs/include \
-Isystem/ulib/fs-host/include \
include make/module.mk