2a5bc9dfbf
* Remove unused local variables. Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: Iced5bb903902f49d7cd5cf5f572906a512c75e18
14 lines
304 B
Text
14 lines
304 B
Text
// 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"],
|
|
}
|