2021-02-13 06:42:54 +01:00
|
|
|
package {
|
|
|
|
// See: http://go/android-license-faq
|
|
|
|
// A large-scale-change added 'default_applicable_licenses' to import
|
|
|
|
// all of the 'license_kinds' from "build_make_license"
|
|
|
|
// to get the below license kinds:
|
|
|
|
// legacy_restricted
|
|
|
|
default_applicable_licenses: ["build_make_license"],
|
|
|
|
}
|
|
|
|
|
2017-09-09 22:37:03 +02:00
|
|
|
cc_binary_host {
|
|
|
|
name: "fs_get_stats",
|
|
|
|
srcs: ["fs_get_stats.c"],
|
2017-10-03 22:45:03 +02:00
|
|
|
cflags: ["-Wall", "-Werror"],
|
2017-09-09 22:37:03 +02:00
|
|
|
shared_libs: [
|
|
|
|
"libcutils",
|
|
|
|
"liblog",
|
|
|
|
],
|
|
|
|
}
|