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

     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  }