blob: 9457de42efcfe130219a840d8e1673423f7d9970 [file] [log] [blame]
Bob Badour03905802021-02-12 21:42:54 -08001package {
2 // See: http://go/android-license-faq
3 // A large-scale-change added 'default_applicable_licenses' to import
4 // all of the 'license_kinds' from "build_make_license"
5 // to get the below license kinds:
6 // legacy_restricted
7 default_applicable_licenses: ["build_make_license"],
8}
9
Dan Willemsenc0a0f2d2017-09-09 13:37:03 -070010cc_binary_host {
11 name: "fs_get_stats",
12 srcs: ["fs_get_stats.c"],
Chih-Hung Hsieh2a5bc9d2017-10-03 13:45:03 -070013 cflags: ["-Wall", "-Werror"],
Dan Willemsenc0a0f2d2017-09-09 13:37:03 -070014 shared_libs: [
15 "libcutils",
16 "liblog",
17 ],
18}