1package { 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 10cc_binary_host { 11 name: "fs_get_stats", 12 srcs: ["fs_get_stats.c"], 13 cflags: ["-Wall", "-Werror"], 14 shared_libs: [ 15 "libcutils", 16 "liblog", 17 ], 18} 19