Dan Willemsen | c0a0f2d | 2017-09-09 13:37:03 -0700 | [diff] [blame] | 1 | cc_binary_host { |
2 | name: "fs_get_stats", | ||||
3 | srcs: ["fs_get_stats.c"], | ||||
Chih-Hung Hsieh | 2a5bc9d | 2017-10-03 13:45:03 -0700 | [diff] [blame^] | 4 | cflags: ["-Wall", "-Werror"], |
Dan Willemsen | c0a0f2d | 2017-09-09 13:37:03 -0700 | [diff] [blame] | 5 | shared_libs: [ |
6 | "libcutils", | ||||
7 | "liblog", | ||||
8 | ], | ||||
9 | } |