• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package {
2    // http://go/android-license-faq
3    // A large-scale-change added 'default_applicable_licenses' to import
4    // the below license kinds from "system_sepolicy_license":
5    //   legacy_unencumbered
6    default_applicable_licenses: ["system_sepolicy_license"],
7}
8
9cc_binary_host {
10    name: "sepolicy-analyze",
11    defaults: ["sepolicy_tools_defaults"],
12
13    srcs: [
14        "sepolicy-analyze.c",
15        "dups.c",
16        "neverallow.c",
17        "perm.c",
18        "typecmp.c",
19        "booleans.c",
20        "attribute.c",
21        "utils.c",
22    ],
23}
24