allwinner_a64/android/build/make/tools/libhost/Android.bp
2018-08-08 16:48:17 +08:00

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",
}