github.com/westcoastroms/westcoastroms-build@v0.0.0-20190928114312-2350e5a73030/build/make/tools/libhost/Android.bp (about)

     1  cc_library_host_static {
     2  
     3      srcs: ["CopyFile.c"],
     4  
     5      cflags: [
     6          "-Werror",
     7          "-Wall",
     8      ],
     9  
    10      name: "libhost",
    11      target: {
    12          windows: {
    13              cflags: ["-Wno-unused-parameter"],
    14              enabled: true,
    15          },
    16      },
    17      local_include_dirs: ["include"],
    18      export_include_dirs: ["include"],
    19      stl: "none",
    20  
    21  }