Home | History | Annotate | Download | only in fs_get_stats
      1 cc_binary_host {
      2     name: "fs_get_stats",
      3     srcs: ["fs_get_stats.c"],
      4     cflags: ["-Wall", "-Werror"],
      5     shared_libs: [
      6         "libcutils",
      7         "liblog",
      8     ],
      9 }
     10