• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package {
2    // See: http://go/android-license-faq
3    default_applicable_licenses: ["Android-Apache-2.0"],
4}
5
6cc_binary_host {
7    name: "fs_get_stats",
8    srcs: ["fs_get_stats.c"],
9    cflags: ["-Wall", "-Werror"],
10    shared_libs: [
11        "libcutils",
12        "liblog",
13    ],
14}
15