Home | History | Annotate | Download | only in build

Lines Matching refs:help

96     parser = subparsers.add_parser('build_cil', help='build CIL files')
98 help='source policy.conf')
100 help='the bare minimum policy.conf to use checkpolicy')
102 help='base policy for versioning')
104 help='the version number to use for Treble-OTA')
106 help='SELinux policy version')
110 help='environment variables passed to checkpolicy')
112 help='the pattern files to filter out the output cil')
114 help=('check the output file can be merged with '
116 parser.add_argument('-o', '--output_cil', help='the output cil file')
128 help='a path to host out executables')