github.com/westcoastroms/westcoastroms-build@v0.0.0-20190928114312-2350e5a73030/build/make/tools/atree/Android.bp (about) 1 // Copyright 2007 The Android Open Source Project 2 // 3 // Copies files into the directory structure described by a manifest 4 5 cc_binary_host { 6 name: "atree", 7 srcs: [ 8 "atree.cpp", 9 "files.cpp", 10 "fs.cpp", 11 ], 12 cflags: ["-Wall", "-Werror"], 13 static_libs: ["libhost"], 14 }