// Copyright 2007 The Android Open Source Project | |
// | |
// Copies files into the directory structure described by a manifest | |
package { | |
// See: http://go/android-license-faq | |
default_applicable_licenses: ["Android-Apache-2.0"], | |
} | |
cc_binary_host { | |
name: "atree", | |
srcs: [ | |
"atree.cpp", | |
"files.cpp", | |
"fs.cpp", | |
], | |
cflags: ["-Wall", "-Werror"], | |
static_libs: ["libhost"], | |
} |