eb4431595c
There's only a single library, libhost, and it's only used by acp and atree in build/tools, move it there. Bug: 28001743 Change-Id: Ie404d2793710de4e265a6fa95d462c32d4042623
20 lines
305 B
Text
20 lines
305 B
Text
cc_library_host_static {
|
|
|
|
srcs: ["CopyFile.c"],
|
|
|
|
cflags: [
|
|
"-Werror",
|
|
"-Wall",
|
|
],
|
|
|
|
name: "libhost",
|
|
target: {
|
|
windows: {
|
|
enabled: true,
|
|
},
|
|
},
|
|
local_include_dirs: ["include"],
|
|
export_include_dirs: ["include"],
|
|
stl: "none",
|
|
|
|
}
|