blob: 67742b8367623b43d058c7fe174ef2e8695aee5f [file] [log] [blame]
Dan Willemsenc0a0f2d2017-09-09 13:37:03 -07001cc_binary_host {
2 name: "fs_get_stats",
3 srcs: ["fs_get_stats.c"],
Chih-Hung Hsieh2a5bc9d2017-10-03 13:45:03 -07004 cflags: ["-Wall", "-Werror"],
Dan Willemsenc0a0f2d2017-09-09 13:37:03 -07005 shared_libs: [
6 "libcutils",
7 "liblog",
8 ],
9}