blob: 5fbe042ea28a7d5ec1a2b3b52fb16c6da012db10 [file] [log] [blame]
Dan Willemsenc0a0f2d2017-09-09 13:37:03 -07001// Copyright 2007 The Android Open Source Project
2//
3// Copies files into the directory structure described by a manifest
4
5cc_binary_host {
6 name: "atree",
7 srcs: [
8 "atree.cpp",
9 "files.cpp",
10 "fs.cpp",
11 ],
Chih-Hung Hsieh2a5bc9d2017-10-03 13:45:03 -070012 cflags: ["-Wall", "-Werror"],
Dan Willemsenc0a0f2d2017-09-09 13:37:03 -070013 static_libs: ["libhost"],
14}