blob: 5fbe042ea28a7d5ec1a2b3b52fb16c6da012db10 [file] [log] [blame]
// Copyright 2007 The Android Open Source Project
//
// Copies files into the directory structure described by a manifest
cc_binary_host {
name: "atree",
srcs: [
"atree.cpp",
"files.cpp",
"fs.cpp",
],
cflags: ["-Wall", "-Werror"],
static_libs: ["libhost"],
}