2017-09-09 22:37:03 +02:00
|
|
|
// 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",
|
|
|
|
],
|
2017-10-03 22:45:03 +02:00
|
|
|
cflags: ["-Wall", "-Werror"],
|
2017-09-09 22:37:03 +02:00
|
|
|
static_libs: ["libhost"],
|
|
|
|
}
|