You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
565 B

package {
// http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// the below license kinds from "system_sepolicy_license":
// legacy_unencumbered
default_applicable_licenses: ["system_sepolicy_license"],
}
cc_binary_host {
name: "sepolicy-analyze",
defaults: ["sepolicy_tools_defaults"],
srcs: [
"sepolicy-analyze.c",
"dups.c",
"neverallow.c",
"perm.c",
"typecmp.c",
"booleans.c",
"attribute.c",
"utils.c",
],
}